SelectEventArgs

12 Sep 20251 minute to read

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

Properties

cancel boolean

Defines the prevent action.

isInteracted boolean

Determines whether the event is triggered via user interaction or programmatic way. True, if the event is triggered by user interaction.

isSwiped boolean

Defines the content selection done through swiping.

name string

Specifies name of the event.

preventFocus boolean

Determines whether the Tab item needs to focus or not after it is selected

previousIndex number

Defines the previous Tab item index.

previousItem HTMLElement

Defines the previous Tab item element.

selectedContent HTMLElement

Defines the selected content.

selectedIndex number

Defines the selected Tab item index.

selectedItem HTMLElement

Defines the selected Tab item element.