Type Alias: SharedStateUpdater\<T\>
@roomful/vue / SharedStateUpdater
Type Alias: SharedStateUpdater<T>
Section titled “Type Alias: SharedStateUpdater<T>”SharedStateUpdater<
T> =T| (previous) =>T
Defined in: vue/src/index.ts:140
Mirrors React-style updater semantics for Vue shared state setters.
Type Parameters
Section titled “Type Parameters”T
The shared state value type.