Search results

SelectingEventArgs API in JavaScript Tabs API control

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

Properties

cancel

boolean

Defines the prevent action.

event

Event

Defines the type of the event.

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.

selectingContent

HTMLElement

Defines the selecting Tab item content.

selectingIndex

number

Defines the selecting Tab item index.

selectingItem

HTMLElement

Defines the selecting Tab item element.