SaveEntityProps
@firecms/core / SaveEntityProps
Interface: SaveEntityProps<M>
Section titled “Interface: SaveEntityProps<M>”Defined in: types/datasource.ts:53
Type Parameters
Section titled “Type Parameters”M extends Record<string, any> = any
Properties
Section titled “Properties”collection?
Section titled “collection?”
optionalcollection:EntityCollection<M,any> |ResolvedEntityCollection<M>
Defined in: types/datasource.ts:58
entityId?
Section titled “entityId?”
optionalentityId:string
Defined in: types/datasource.ts:56
path:
string
Defined in: types/datasource.ts:54
previousValues?
Section titled “previousValues?”
optionalpreviousValues:Partial<M>
Defined in: types/datasource.ts:57
status
Section titled “status”status:
EntityStatus
Defined in: types/datasource.ts:59
values
Section titled “values”values:
Partial<EntityValues<M>>
Defined in: types/datasource.ts:55