SelectingEventArgs

Interface represents the event arguments for the selecting event.

Properties

cancel Boolean

Gets or sets a value indicating whether we should cancel the operation or not.

event MouseEvent

Gets the original triggered event arguments.

isInteracted Boolean

Gets a value indicating whether the event was triggered by user interaction or from another event.

isSwiped Boolean

Gets a value indicating whether the content was selected through a swiping action.

name String

Gets the name of the event.

previousIndex Number

Gets the previously selected tab index.

previousItem HTMLElement

Gets the previously selected tab item.

selectedContent HTMLElement

Gets the selected tab content.

selectedIndex Number

Gets the selected tab index.

selectedItem HTMLElement

Gets the selected tab item.

selectingContent HTMLElement

Gets the content of the tab being selected.

selectingIndex Number

Gets the index of the tab being selected.

selectingItem HTMLElement

Gets the HTML element of the tab being selected.