Interface ExpandAllOptions

interface ExpandAllOptions {
    depth?: number;
    force?: boolean;
    keepActiveNodeVisible?: boolean;
    loadLazy?: boolean;
}

Properties

depth?: number

Restrict expand level

Default

99
force?: boolean

Ignore minExpandLevel option

Default

false
keepActiveNodeVisible?: boolean

Keep active node visible

Default

true
loadLazy?: boolean

Expand and load lazy nodes

Default

false