Interface: VueReactiveQueryResult<T>
Represents a reactive query result for a single model instance in Vue ReActiveRecord.
Extends
ReactiveQueryResult<InferredVueReActiveObjectMap[T],StringKeyOf<InferredVueReActiveObjectMap[T]>,VueReActiveDatabaseOptions["models"][T]["relationships"],any>
Type Parameters
| Type Parameter | Description |
|---|---|
T extends Extract<keyof InferredVueReActiveObjectMap, string> | The key of the model in your VueReActiveRecordTypes.ObjectMap. |
Properties
| Property | Type | Description |
|---|---|---|
$value | any | The reactive model instance for the queried result. |