7154 deleted event is not emitted when calling destroyone (#7159)
Closes #7154
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
import { ObjectRecordBaseEvent } from 'src/engine/core-modules/event-emitter/types/object-record.base.event';
|
||||
|
||||
export class ObjectRecordDestroyEvent<T> extends ObjectRecordBaseEvent {
|
||||
properties: {
|
||||
before: T;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user