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

Type Alias: ReadonlyRef\<T\>

@roomful/vue


@roomful/vue / ReadonlyRef

ReadonlyRef<T> = Readonly<ShallowRef<T>>

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

Wraps a Vue ShallowRef in a readonly view for consumers.

T

The referenced value type.