Interface: VueReactiveQueryCollection<T>
Represents a reactive query collection result for a specific model in Vue ReActiveRecord.
Extends
ReactiveQueryCollection<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[] | An array of reactive model instances for the queried collection. |