Type alias KeyboardEvents

KeyboardEvents: TypedCustomEvent<"active", {
    element: HTMLTextAreaElement;
    active: boolean;
    lens?: Lens;
}>

Events emitted by Keyboard.

Type declaration

  • element: HTMLTextAreaElement
  • active: boolean
  • Optional lens?: Lens

Generated using TypeDoc