ExpandedEventArgs
23 Sep 20251 minute to read
An interface that holds options to control the expanded item action.
Properties
content HTMLElement
Defines the Accordion Item Content
element HTMLElement
Defines the current Accordion Item Element.
index number
Defines the Accordion Item Index
isExpanded boolean
Defines the expand/collapse state.
item AccordionItemModel
Defines the current Accordion Item Object.
name string
Specifies name of the event.