Retree - v1.0.0
    Preparing search index...

    Interface IRetreePrepareNodeOptions

    interface IRetreePrepareNodeOptions {
        autoPrepare: boolean;
        depth?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    autoPrepare: boolean

    When true, Retree prepares this node's tree when the node is proxied.

    This pays the lazy child-proxy cost up front instead of on first nested access.

    depth?: number

    Maximum nested object depth to prepare.

    Defaults to Infinity, which prepares every reachable non-ignored object/array/Map/Set value below this node.