Interface ITabMovedArgs<T>

The arguments object for the tabMoved signal.

Type Parameters

  • T

Hierarchy

  • ITabMovedArgs

Properties

Properties

fromIndex: number

The previous index of the tab.

title: Title<T>

The title for the tab.

toIndex: number

The current index of the tab.

Generated using TypeDoc