Skip to main content

Interface: PrimitivesCollectionSchema<T, K>

Client-side, could also be wrapped with array-like or map-like functions.

Type parameters

NameType
TPrimitiveValue
Kstring

Hierarchy

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>