Interface WbClickEventType

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

Hierarchy (view full)

Properties

event: MouseEvent

The original event.

Additional information derived from the original mouse event.

The clicked node if any.

The affected tree instance.

type: string

Name of the event.

util: any

Exposed utility module methods (see API docs).