Member Junction
    Preparing search index...

    Result of a view save operation (for notification display)

    interface ViewSaveResult {
        ErrorMessage?: string;
        IsNew: boolean;
        Success: boolean;
    }
    Index

    Properties

    ErrorMessage?: string

    Error message (on failure)

    IsNew: boolean

    Whether this was a new view or update

    Success: boolean

    Whether the save succeeded