Interface: FormContext<M>
Context passed to custom fields
Type parameters​
Name | Type |
---|---|
M | extends Object |
Properties​
collection​
• collection: ResolvedEntityCollection
<M
>
Collection of the entity being modified
Defined in​
entityId​
• entityId: string
Entity id, it can be null if it's a new entity
Defined in​
path​
• path: string
Path this entity is located at
Defined in​
values​
• values: M
Current values of the entity