Interface: ObjectsCollectionSchema<T, K>
Client-side, could also be wrapped with array-like or map-like functions.
Type parameters
| Name | Type |
|---|---|
T | any |
K | string |
Hierarchy
↳
ObjectsCollectionSchema
Indexable
▪ [key: string]: any
Properties
_definition
• _definition: SchemaDefinition
Inherited from
WithSchemaDefinition._definition
onAdd
• onAdd: CollectionCallback<Object, K>
onRemove
• onRemove: CollectionCallback<Object, K>