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

Type Alias: SharedStateSetter()\<T\>

@roomful/vue


@roomful/vue / SharedStateSetter

SharedStateSetter<T> = (nextValue) => void

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

Updates a shared state binding.

T

The shared state value type.

SharedStateUpdater<T>

The next value or updater function.

void

Nothing.