Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "wed/input-trigger"

Index

Classes

Type aliases

Type aliases

KeyHandler

KeyHandler: function
param

The type of event being processed.

param

A DOM element in the data tree that was modified or had the caret when the keydown event happened.

param

The jQuery event in question.

Type declaration

    • (eventType: "keypress" | "keydown" | "paste", el: Element, event: JQueryKeyEventObject): void
    • Parameters

      • eventType: "keypress" | "keydown" | "paste"
      • el: Element
      • event: JQueryKeyEventObject

      Returns void

Generated using TypeDoc