Skip to content

Type Alias: SetStateAction\<T\>

@roomful/angular


@roomful/angular / SetStateAction

SetStateAction<T> = T | (previous) => T

Defined in: angular/src/index.ts:74

Mirrors React-style updater semantics for the Angular shared-state setter.

T

The shared state value type.