RemoveEventArgs
12 Sep 20251 minute to read
An interface that holds options to control the removing and removed item action.
Properties
cancel boolean
Defines the prevent action.
name string
Specifies name of the event.
removedIndex number
Defines the removed Tab item index.
removedItem HTMLElement
Defines the removed Tab item element.