Member Junction
    Preparing search index...

    Payload describing a view delete that just occurred, emitted via ViewWorkspaceComponent.AfterViewDelete.

    interface ViewDeleteOperation {
        ViewID: string;
        ViewName: string;
    }
    Index

    Properties

    Properties

    ViewID: string

    The MJ: User Views row ID that was deleted.

    ViewName: string

    The name of the deleted view (captured before deletion).