Member Junction
    Preparing search index...

    Event emitted after a record is deleted.

    interface RecordDeletedEvent {
        EntityName: string;
        RecordId: string;
    }
    Index

    Properties

    Properties

    EntityName: string
    RecordId: string