Skip to content

Interface: VueReactiveQueryCollection<T>

Represents a reactive query collection result for a specific model 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
$valueany[]An array of reactive model instances for the queried collection.