ion-accordion-group
Defines an Accordion Group component.
It is a container for Accordion instances. It manages the state of the accordions and provides keyboard navigation.
Accordion components components should be grouped inside an Accordion Group.
For more information: Accordion group.
Name | Description |
---|---|
Animated | If true, all accordions inside of the accordion group will animate when expanding or collapsing. |
Disabled | If true the component will be disabled, preventing the the user from changing the value. |
Expand | Describes the expansion behavior for each accordion. Values are ‘compact’ and ‘inset’. Defaults to ‘compact’. |
Mode | Specifies ionic mode. |
Multiple | If true, the accordion group can have multiple accordion components expanded at the same time. |
Readonly | If true, the accordion cannot be interacted with, but does not alter the opacity. |
Value | The value of the accordion group. |
Comment | Describes the object comment to include in the documentation report. This property generally contains an explanation about the object. |
Identifier | Defines the component identifier. |
Is active | Defines whether the component is active. |