Skip to main content

Interface: ObjectsCollectionSchema<T, K>

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

Type parameters

NameType
Tany
Kstring

Hierarchy

Indexable

[key: string]: any

Properties

_definition

_definition: SchemaDefinition

Inherited from

WithSchemaDefinition._definition


onAdd

onAdd: CollectionCallback<Object, K>


onRemove

onRemove: CollectionCallback<Object, K>