Options
All
  • Public
  • Public/Protected
  • All
Menu

Class KeyboardBehaviour

Hierarchy

Index

Constructors

constructor

Properties

Protected bindings

bindings: BehaviorBinding[]

Private callback

callback: function | undefined

channelId

channelId: string | null = null

Private renderer

renderer: IRenderer

Protected subscription

subscription: Subscription | null

Protected target

target: HTMLElement

Methods

bind

Protected handler

  • handler(ev: KeyboardEvent): void

init

  • init(channelId: string): void

isValueValid

  • isValueValid(value: string): null | false | true | ""

unbind

  • unbind(): void

Generated using TypeDoc