Retree - v1.0.0
    Preparing search index...

    Interface IRetreePrepareTreeOptions

    interface IRetreePrepareTreeOptions {
        depth?: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    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.