PropertyBuilderProps
@firecms/core / PropertyBuilderProps
Type Alias: PropertyBuilderProps<M>
Section titled “Type Alias: PropertyBuilderProps<M>”PropertyBuilderProps<
M> =object
Defined in: types/properties.ts:248
Type Parameters
Section titled “Type Parameters”M extends Record<string, any> = any
Properties
Section titled “Properties”authController
Section titled “authController”authController:
AuthController
Defined in: types/properties.ts:278
Controller to manage authentication
entityId?
Section titled “entityId?”
optionalentityId:string
Defined in: types/properties.ts:273
Entity ID
index?
Section titled “index?”
optionalindex: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
previousValues?
Section titled “previousValues?”
optionalpreviousValues:Partial<M>
Defined in: types/properties.ts:257
Previous values of the entity before being saved
propertyValue?
Section titled “propertyValue?”
optionalpropertyValue:any
Defined in: types/properties.ts:261
Current value of this property
values
Section titled “values”values:
Partial<M>
Defined in: types/properties.ts:253
Current values of the entity