API reference · generated from source
Interface: IRetreePrepareNodeOptions#
Defined in: ReactiveNode.ts:156
Extends#
Properties#
| Property | Type | Description | Inherited from | Defined in |
|---|---|---|---|---|
autoPrepare | boolean | When true, Retree prepares this node's tree when the node is proxied. Remarks This pays the lazy child-proxy cost up front instead of on first nested access. | - | ReactiveNode.ts:163 |
depth? | number | Maximum nested object depth to prepare. Remarks Defaults to Infinity, which prepares every reachable non-ignored object/array/Map/Set value below this node. | IRetreePrepareTreeOptions.depth | ReactiveNode.ts:153 |