Interface LoadLazyNodesOptions

Possible values for Wunderbaum.loadLazyNodes options argument.

interface LoadLazyNodesOptions {
    expand?: boolean;
    force?: boolean;
    noEvents?: boolean;
}

Properties

expand?: boolean

Expand node (otherwise load, but keep collapsed).

true
force?: boolean

Force reloading even if already loaded.

false
noEvents?: boolean

Do not send events.

false