Skip to main content

DeleteCrudHandlerConfig

Configuration object passed to delete CRUD event handlers. Used to provide context and results to custom delete logic.

Type Parameters

T

T extends WithId = WithId

Properties

crudServiceResult

crudServiceResult: GenericCrudResult<T>

The result of the delete operation


deleteResource

deleteResource: T

The resource object being deleted