Interface ResetOrderOptions

Possible values for WunderbaumNode.sortByProperty options argument.

interface ResetOrderOptions {
    propName?: string;
    recursive?: boolean;
}

Properties

propName?: string

The name of the node property that will be renumbered.

Default

_nativeIndex.

recursive?: boolean

Sort descendants recursively.

Default

true