Interface MakeVisibleOptions

Possible values for WunderbaumNode.makeVisible.

interface MakeVisibleOptions {
    noAnimation?: boolean;
    noEvents?: boolean;
    scrollIntoView?: boolean;
}

Properties

noAnimation?: boolean

Do not animate expand (currently not implemented).

Default

false
noEvents?: boolean

Do not send events.

Default

false
scrollIntoView?: boolean

Scroll node into visible viewport area if required.

Default

true