Type alias EntityCascadingDeletionInfo

EntityCascadingDeletionInfo: {
    cascadingDeleteCause: EntityCascadingDeletionInfo | null;
    entity: Entity<any, any, any, any>;
}

Information about a cascading deletion.

Type declaration

  • cascadingDeleteCause: EntityCascadingDeletionInfo | null

    The cascade deletion that caused this mutation.

  • entity: Entity<any, any, any, any>

    The entity that is being mutated at this step in the cascaded deletion.

Generated using TypeDoc