AccordionClickArgs

23 Sep 20251 minute to read

An interface that holds options to control the accordion click action.

Properties

cancel boolean

Defines whether to cancel the Accordion click action.
When set to true, the default click behavior will be prevented,
preventing any action associated with the Accordion item click (such as expanding or collapsing the item).
When set to false or omitted, the default click behavior will proceed as normal.

item AccordionItemModel

Defines the current Accordion Item Object.

name string

Specifies name of the event.

originalEvent Event

Defines the current Event arguments.