ExpandEventArgs

23 Sep 20251 minute to read

An interface that holds options to control the expanding item action.

Properties

cancel boolean

Defines the prevent action.

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.