Interface ICurrentChangedArgs<T>

The arguments object for the currentChanged signal.

Type Parameters

  • T

Hierarchy

  • ICurrentChangedArgs

Properties

currentIndex: number

The currently selected index.

currentTitle: null | Title<T>

The currently selected title.

previousIndex: number

The previously selected index.

previousTitle: null | Title<T>

The previously selected title.

Generated using TypeDoc