Options
All
  • Public
  • Public/Protected
  • All
Menu

An interface class of item, especially a component, can be navigated by a navigator (INavigator).

author

shiorin, tee4cute

see

INavigator

Hierarchy

  • INavigatee

Implemented by

Index

Methods

Methods

getName

  • getName(): string
  • Get the name of this navigatee item. This should be unique within the same navigator.

    Returns string

isActive

  • isActive(): boolean
  • To check that this navigatee item is currently active or not. The active item is a currently-navigated-to item which, in most cases, means that it is an item being showed or displayed by the navigator.

    Returns boolean

Generated using TypeDoc