Type Alias: SetStateAction\<T\>
@roomful/angular / SetStateAction
Type Alias: SetStateAction<T>
Section titled “Type Alias: SetStateAction<T>”SetStateAction<
T> =T| (previous) =>T
Defined in: angular/src/index.ts:74
Mirrors React-style updater semantics for the Angular shared-state setter.
Type Parameters
Section titled “Type Parameters”T
The shared state value type.