ExpandingEventArgs
Interface represents the event arguments for the expanding
event.
Properties
cancel Boolean
Gets or sets a value indicating whether we should cancel the operation or not.
content HTMLElement
Gets the accordion content HTML element the is being expanded or collapsed.
element HTMLElement
Gets the accordion item element that is being expanded or collapsed.
expanded Boolean
Gets a value indicating whether the accordion item is being expanded or collapsed.
index Number
Gets the array index for the accordion item that is being expanded or collapsed.
item AccordionItem
Gets the accordion item that is being expanded or collapsed.
name String
Gets the name of the event.