| id | AngularTableComputed |
|---|---|
| title | AngularTableComputed |
Defined in: injectTable.ts:28
Store mode: pass selector (required) to project from full table state.
Source mode: pass source (atom or store); omit selector for the whole value
(identity), or pass selector to project. Split overloads match React Subscribe
inference.
TFeatures extends TableFeatures
AngularTableComputed<TSourceValue>(props): Signal<Readonly<TSourceValue>>;Defined in: injectTable.ts:29
Store mode: pass selector (required) to project from full table state.
Source mode: pass source (atom or store); omit selector for the whole value
(identity), or pass selector to project. Split overloads match React Subscribe
inference.
TSourceValue
ValueEqualityFn<TSourceValue>
undefined
Atom<TSourceValue> | ReadonlyAtom<TSourceValue>
Signal<Readonly<TSourceValue>>
AngularTableComputed<TSourceValue, TSubSelected>(props): Signal<Readonly<TSubSelected>>;Defined in: injectTable.ts:34
Store mode: pass selector (required) to project from full table state.
Source mode: pass source (atom or store); omit selector for the whole value
(identity), or pass selector to project. Split overloads match React Subscribe
inference.
TSourceValue
TSubSelected
ValueEqualityFn<TSubSelected>
(state) => TSubSelected
Atom<TSourceValue> | ReadonlyAtom<TSourceValue>
Signal<Readonly<TSubSelected>>
AngularTableComputed<TSubSelected>(props): Signal<Readonly<TSubSelected>>;Defined in: injectTable.ts:39
Store mode: pass selector (required) to project from full table state.
Source mode: pass source (atom or store); omit selector for the whole value
(identity), or pass selector to project. Split overloads match React Subscribe
inference.
TSubSelected
ValueEqualityFn<TSubSelected>
(state) => TSubSelected
Signal<Readonly<TSubSelected>>