ExpandedEventArgs
Interface represents the event arguments for the expanded
event.
Properties
content HTMLElement
Gets the accordion content HTML element the was expanded or collapsed.
element HTMLElement
Gets the accordion item element that was expanded or collapsed.
expanded Boolean
Gets a value indicating whether the accordion item was expanded or collapsed.
index Number
Gets the array index for the accordion item that was expanded or collapsed.
item AccordionItem
Gets the accordion item that was expanded or collapsed.
name String
Gets the name of the event.