Interface WbInitEventType

interface WbInitEventType {
    error?: any;
    event?: Event;
    tree: Wunderbaum;
    type: string;
    util: any;
}

Hierarchy (view full)

Properties

error?: any
event?: Event

Originating HTML event if any (e.g. click).

The affected tree instance.

type: string

Name of the event.

util: any

Exposed utility module methods (see API docs).