Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • KeyNavBoard

Index

Constructors

constructor

Properties

activeItem

activeItem: null | NavItem

id

id: string

items

items: {}

Type declaration

  • [key: string]: NavItem | undefined

listHead

listHead: undefined | NavItem

listTail

listTail: undefined | NavItem

remember

remember: boolean

Static id

id: number = 1

Methods

addItem

getActiveItem

Protected getCoordinates

  • getCoordinates(item: any): Coordinates

Protected getIntersectionVal

  • getIntersectionVal(head: number, foot: number, itemHead: number, itemFoot: number): number
  • Parameters

    • head: number
    • foot: number
    • itemHead: number
    • itemFoot: number

    Returns number

Protected getMatchResult

getNext

navigate

removeItem

setActiveItem

  • setActiveItem(item: NavItem): void

Generated using TypeDoc