Interface WbFocusEventType

interface WbFocusEventType {
    event: FocusEvent;
    flag: boolean;
    tree: Wunderbaum;
    type: string;
    util: any;
}

Hierarchy (view full)

Properties

Properties

event: FocusEvent

The original event.

flag: boolean

True if focusin, false if focusout.

The affected tree instance.

type: string

Name of the event.

util: any

Exposed utility module methods (see API docs).