Type alias: PropertyBuilderProps<M>
Ƭ PropertyBuilderProps<M
>: Object
Type parameters
Name | Type |
---|---|
M | extends Record <string , any > = any |
Type declaration
Name | Type | Description |
---|---|---|
entityId? | string | Entity ID |
index? | number | Index of this property (only for arrays) |
path | string | Path of the entity in the data source |
previousValues? | Partial <M > | Previous values of the entity before being saved |
propertyValue? | any | Current value of this property |
values | Partial <M > | Current values of the entity |