Abstract
Optional
Readonly
annotatedOptional
params: { force?: boolean; id?: number }Optional
settings: Pick<Parameters<typeof commonRequest>[0], "allowBatchRequest" | "settings">Optional
params: unknownOptional
settings: Pick<Parameters<typeof commonRequest>[0], "allowBatchRequest" | "settings">When you pass allowBatchRequest
, the afterPersist
is not called due to performance reasons. Please
call afterPersist
and this.collection.entries.set
manually!
Create your conditionals here and return only changed values.
Transform the class-hold data to POSTable data. This can be useful if e. g. one property differs from the response property schema.
Static
Optional
annotate
When you pass
allowBatchRequest
, theafterDelete
is not called due to performance reasons. Please callafterDelete
andthis.collection.entries.delete
manually!