Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • FormulizeKeyHelper

Index

Methods

Static doAction

  • doAction<T>(action: function): function
  • Type parameters

    • T

    Parameters

    • action: function
        • (): T
        • Returns T

    Returns function

      • (): T
      • Returns T

Static doReload

  • doReload(): void

Static getValue

  • getValue(keyCode: number, pressedShift?: boolean): string
  • Parameters

    • keyCode: number
    • Default value pressedShift: boolean = false

    Returns string

Static isBackspace

  • isBackspace(keyCode: number): boolean

Static isDelete

  • isDelete(keyCode: number): boolean

Static isDown

  • isDown(keyCode: number): boolean

Static isEnd

  • isEnd(keyCode: number): boolean

Static isHome

  • isHome(keyCode: number): boolean

Static isLeft

  • isLeft(keyCode: number): boolean

Static isReload

  • isReload(keyCode: number, pressedCtrl: boolean): boolean
  • Parameters

    • keyCode: number
    • pressedCtrl: boolean

    Returns boolean

Static isRight

  • isRight(keyCode: number): boolean

Static isSelectAll

  • isSelectAll(keyCode: number, pressedCtrl: boolean): boolean
  • Parameters

    • keyCode: number
    • pressedCtrl: boolean

    Returns boolean

Static isUp

  • isUp(keyCode: number): boolean

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc