Skip to content
Roomful is in public beta — install with the @beta tag. Share feedback →

Type Alias: SharedStateUpdater\<T\>

@roomful/vue


@roomful/vue / SharedStateUpdater

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

Defined in: vue/src/index.ts:140

Mirrors React-style updater semantics for Vue shared state setters.

T

The shared state value type.