Defined in: injectTable.ts:32
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>>;AngularTableComputed<TSourceValue>(props): Signal<Readonly<TSourceValue>>;Defined in: injectTable.ts:33
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>>;AngularTableComputed<TSourceValue, TSubSelected>(props): Signal<Readonly<TSubSelected>>;Defined in: injectTable.ts:38
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>>;AngularTableComputed<TSubSelected>(props): Signal<Readonly<TSubSelected>>;Defined in: injectTable.ts:43
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>>