Interface WbKeydownEventType

interface WbKeydownEventType {
    event: KeyboardEvent;
    info: WbEventInfo;
    node: WunderbaumNode;
    tree: Wunderbaum;
    type: string;
    util: any;
}

Hierarchy (view full)

Properties

event: KeyboardEvent

The original event.

Additional information derived from the original keyboard event.

The affected tree instance.

type: string

Name of the event.

util: any

Exposed utility module methods (see API docs).