Interface SetStateOptions

Possible values for Wunderbaum.setState.

interface SetStateOptions {
    expandLazy?: boolean;
}

Properties

Properties

expandLazy?: boolean

Recursively load lazy nodes as needed.

false