Type Alias: ReadonlyRef\<T\>
@roomful/vue / ReadonlyRef
Type Alias: ReadonlyRef<T>
Section titled “Type Alias: ReadonlyRef<T>”ReadonlyRef<
T> =Readonly<ShallowRef<T>>
Defined in: vue/src/index.ts:39
Wraps a Vue ShallowRef in a readonly view for consumers.
Type Parameters
Section titled “Type Parameters”T
The referenced value type.