Skip to content

PropertyBuilderProps

@firecms/core


@firecms/core / PropertyBuilderProps

PropertyBuilderProps<M> = object

Defined in: types/properties.ts:248

M extends Record<string, any> = any

authController: AuthController

Defined in: types/properties.ts:278

Controller to manage authentication


optional entityId: string

Defined in: types/properties.ts:273

Entity ID


optional index: number

Defined in: types/properties.ts:265

Index of this property (only for arrays)


path: string

Defined in: types/properties.ts:269

Path of the entity in the data source


optional previousValues: Partial<M>

Defined in: types/properties.ts:257

Previous values of the entity before being saved


optional propertyValue: any

Defined in: types/properties.ts:261

Current value of this property


values: Partial<M>

Defined in: types/properties.ts:253

Current values of the entity