Skip to main content
Version: 3.0.0-beta

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

Defined in​

packages/firecms_core/src/types/properties.ts:241

Sign up to our newsletter to get the latest news and updates. No spam!