Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ITabMovedArgs<T>

The arguments object for the tabMoved signal.

Type parameters

  • T

Hierarchy

  • ITabMovedArgs

Index

Properties

Properties

fromIndex

fromIndex: number

The previous index of the tab.

title

title: Title<T>

The title for the tab.

toIndex

toIndex: number

The current index of the tab.

Generated using TypeDoc