Entity

    Type Alias EntityCascadingDeletionInfo

    Information about a cascading deletion.

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

    Properties

    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.

    MMNEPVFCICPMFPCPTTAAATR