EntityOnPreSaveProps
@firecms/core / EntityOnPreSaveProps
Type Alias: EntityOnPreSaveProps<M, USER>
Section titled “Type Alias: EntityOnPreSaveProps<M, USER>”EntityOnPreSaveProps<
M,USER> =Omit<EntityOnSaveProps<M,USER>,"entityId"> &object
Defined in: types/entity_callbacks.ts:104
Parameters passed to hooks before an entity is saved
Type Declaration
Section titled “Type Declaration”entityId?
Section titled “entityId?”
optionalentityId:string
Type Parameters
Section titled “Type Parameters”M extends Record<string, any> = any