AbstractOptional ReadonlyannotatedOptionalparams: { force?: boolean; id?: number }Optionalsettings: Pick<Parameters<typeof commonRequest>[0], "allowBatchRequest" | "settings">Optionalparams: unknownOptionalsettings: 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 Optionalannotate
When you pass
allowBatchRequest, theafterDeleteis not called due to performance reasons. Please callafterDeleteandthis.collection.entries.deletemanually!