Type Alias: PropertyBuilderProps<M>
PropertyBuilderProps<
M
>:object
Type Parameters​
• M extends Record
<string
, any
> = any
Type declaration​
entityId?​
optional
entityId:string
Entity ID
index?​
optional
index:number
Index of this property (only for arrays)
path​
path:
string
Path of the entity in the data source
previousValues?​
optional
previousValues:Partial
<M
>
Previous values of the entity before being saved
propertyValue?​
optional
propertyValue:any
Current value of this property
values​
values:
Partial
<M
>
Current values of the entity