Member Junction
    Preparing search index...

    Payload describing a view save about to occur / that just occurred. Emitted via ViewWorkspaceComponent.BeforeViewSave (wrapped in WorkspaceCancelableEvent) and ViewWorkspaceComponent.AfterViewSave.

    interface ViewSaveOperation {
        IsNew: boolean;
        View: MJUserViewEntityExtended;
    }
    Index

    Properties

    Properties

    IsNew: boolean

    True when this save created a brand-new view; false when it updated an existing one.

    The view entity being saved (the new record when creating, the existing record when updating).