Member Junction
    Preparing search index...

    Event emitted by QuickSaveDialog when user saves

    interface QuickSaveEvent {
        Description: string;
        IsShared: boolean;
        Name: string;
        SaveAsNew: boolean;
    }
    Index

    Properties

    Description: string

    View description (optional)

    IsShared: boolean

    Whether the view is shared

    Name: string

    View name

    SaveAsNew: boolean

    Whether to save as new (true) or update existing (false)