Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ICurrentChangedArgs<T>

The arguments object for the currentChanged signal.

Type parameters

  • T

Hierarchy

  • ICurrentChangedArgs

Index

Properties

currentIndex

currentIndex: number

The currently selected index.

currentTitle

currentTitle: Title<T> | null

The currently selected title.

previousIndex

previousIndex: number

The previously selected index.

previousTitle

previousTitle: Title<T> | null

The previously selected title.

Generated using TypeDoc