API reference · generated from source
Interface: IReactiveSelectGetter<This, Dependencies>#
Defined in: ReactiveNode.ts:188
Type Parameters#
| Type Parameter | Default type |
|---|---|
This extends ReactiveNode | ReactiveNode |
Dependencies | unknown |
Properties#
| Property | Type | Description | Defined in |
|---|---|---|---|
collectTrackedDependencies? | (self) => ITrackedSelectionAccesses<unknown> | Optional auto-trapped collection path. When present, Retree uses this instead of IReactiveSelectGetter.getDependencies so per-node read summaries can validate a dependency's nodeChanged without re-running the getter. | ReactiveNode.ts:199 |
compareValueBeforeNotify | boolean | - | ReactiveNode.ts:203 |
equals? | (self, previous, next) => boolean | - | ReactiveNode.ts:204 |
getDependencies | (self) => Dependencies | - | ReactiveNode.ts:192 |
getValue | (self) => unknown | - | ReactiveNode.ts:202 |