Version: v6On this pageion-accordion-groupshadowAccordion group is a container for accordion instances. It manages the state of the accordions and provides keyboard navigation.See the Accordion documentation for more information.InterfacesAccordionGroupChangeEventDetailinterface AccordionGroupChangeEventDetail<T = any> { value: T;}AccordionGroupCustomEventWhile not required, this interface can be used in place of the CustomEvent interface for stronger typing with Ionic events emitted from this component.interface AccordionGroupCustomEvent<T = any> extends CustomEvent { detail: AccordionGroupChangeEventDetail<T>; target: HTMLIonAccordionGroupElement;}PropertiesanimatedDescriptionIf true, all accordions inside of the accordion group will animate when expanding or collapsing.AttributeanimatedTypebooleanDefaulttruedisabledDescriptiontrueの場合、アコーディオングループと対話することができません。AttributedisabledTypebooleanDefaultfalseexpandDescriptionDescribes the expansion behavior for each accordion. Possible values are "compact" and "inset". Defaults to "compact".AttributeexpandType"compact" | "inset"Default'compact'modeDescriptionmodeは、どのプラットフォームのスタイルを使用するかを決定します。AttributemodeType"ios" | "md"DefaultundefinedmultipleDescriptionIf true, the accordion group can have multiple accordion components expanded at the same time.AttributemultipleTypeboolean | undefinedDefaultundefinedreadonlyDescriptionIf true, the accordion group cannot be interacted with, but does not alter the opacity.AttributereadonlyTypebooleanDefaultfalsevalueDescriptionアコーディオングループの値です。AttributevalueTypenull | string | string[] | undefinedDefaultundefinedEventsNameDescriptionionChangevalueプロパティが変更されたときに発行されます。MethodsNo public methods available for this component.CSS Shadow PartsNo CSS shadow parts available for this component.CSS Custom PropertiesNo CSS custom properties available for this component.SlotsNo slots available for this component.