Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Implements

Index

Constructors

constructor

  • new ShortcutModel(shortcut: string, handler: Function, hintLabel?: string, hintAnchorElements?: any): ShortcutModel
  • Parameters

    • shortcut: string
    • handler: Function
    • Optional hintLabel: string
    • Optional hintAnchorElements: any

    Returns ShortcutModel

Properties

Protected bypass

bypass: boolean

handler

handler: Function

hintAnchorElements

hintAnchorElements: any

hintLabel

hintLabel: string

Protected i18nKey

i18nKey: string

Protected i18nValue

i18nValue: any

Protected options

options: any

shortcut

shortcut: string

Methods

applyI18N

  • applyI18N(value: any): void

getI18NKey

  • getI18NKey(): string

getI18NValue

  • getI18NValue(): any

getOptions

  • getOptions(): any

isBypassKey

  • isBypassKey(): boolean

setBypassKey

  • setBypassKey(bypass: boolean): void

setI18NKey

  • setI18NKey(i18nKey: string): void

setOptions

  • setOptions(options: any): void

Generated using TypeDoc