ListenEntityProps
Questi contenuti non sono ancora disponibili nella tua lingua.
@firecms/core / ListenEntityProps
Type Alias: ListenEntityProps<M>
Section titled “Type Alias: ListenEntityProps<M>”ListenEntityProps<
M> =FetchEntityProps<M> &object
Defined in: types/datasource.ts:19
Type Declaration
Section titled “Type Declaration”onError()?
Section titled “onError()?”
optionalonError: (error) =>void
Parameters
Section titled “Parameters”Error
Returns
Section titled “Returns”void
onUpdate()
Section titled “onUpdate()”onUpdate: (
entity) =>void
Parameters
Section titled “Parameters”entity
Section titled “entity”Entity<M>
Returns
Section titled “Returns”void
Type Parameters
Section titled “Type Parameters”M extends Record<string, any> = any