Skip to main content

Interface: FormContext<M>

Context passed to custom fields

Type parameters​

NameType
Mextends Object

Properties​

entityId​

• Optional entityId: string

Entity, it can be null if it's a new entity

Defined in​

models/fields.tsx:142


schema​

• schema: ResolvedEntitySchema<M>

Schema of the entity being modified

Defined in​

models/fields.tsx:132


values​

• values: M

Current values of the entity

Defined in​

models/fields.tsx:137