Version: v7On this pageion-accordion-groupshadowアコーディオン・グループは、アコーディオンインスタンスのためのコンテナです。これは、アコーディオンの状態を管理し、キーボードナビゲーションを提供します。より詳細な情報や使用方法については、 Accordion を参照ください。InterfacesAccordionGroupChangeEventDetailinterface AccordionGroupChangeEventDetail<T = any> { value: T;}AccordionGroupCustomEvent必須ではありませんが、このコンポーネントから発行される Ionic イベントでより強く型付けを行うために、CustomEvent インターフェースの代わりにこのインターフェースを使用することが可能です。interface AccordionGroupCustomEvent<T = any> extends CustomEvent { detail: AccordionGroupChangeEventDetail<T>; target: HTMLIonAccordionGroupElement;}プロパティanimatedDescriptionIf 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.AttributereadonlyTypebooleanDefaultfalsevalueDescriptionThe value of the accordion group. This controls which accordions are expanded. This should be an array of strings only when multiple="true"AttributevalueTypenull | string | string[] | undefinedDefaultundefinedイベントNameDescriptionionChangeEmitted when the value property has changed as a result of a user action such as a click. This event will not emit when programmatically setting the value property.メソッドNo public methods available for this component.CSS Shadow PartsNo CSS shadow parts available for this component.CSSカスタムプロパティNo CSS custom properties available for this component.SlotsNo slots available for this component.