Type Alias: SharedStateSetter()\<T\>
@roomful/vue / SharedStateSetter
Type Alias: SharedStateSetter()<T>
Section titled “Type Alias: SharedStateSetter()<T>”SharedStateSetter<
T> = (nextValue) =>void
Defined in: vue/src/index.ts:149
Updates a shared state binding.
Type Parameters
Section titled “Type Parameters”T
The shared state value type.
Parameters
Section titled “Parameters”nextValue
Section titled “nextValue”The next value or updater function.
Returns
Section titled “Returns”void
Nothing.