Interface NavigateOptions

Possible values for WunderbaumNode.navigate.

interface NavigateOptions {
    activate?: boolean;
    event?: Event;
}

Properties

Properties

activate?: boolean

Activate the new node (otherwise focus only).

Default

true
event?: Event

Originating event (e.g. KeyboardEvent) if any.