Skip to content

Interface: VueReactiveQueryResult<T>

Represents a reactive query result for a single model instance in Vue ReActiveRecord.

Extends

Type Parameters

Type ParameterDescription
T extends Extract<keyof InferredVueReActiveObjectMap, string>The key of the model in your VueReActiveRecordTypes.ObjectMap.

Properties

PropertyTypeDescription
$valueanyThe reactive model instance for the queried result.