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