Member Junction
    Preparing search index...

    Data emitted by QuickSaveDialog when user clicks "Customize columns, filters & sorting..." Carries the partially-filled form data so the config panel can continue the new-view creation.

    interface QuickSaveAdvancedEvent {
        Description: string;
        IsShared: boolean;
        Name: string;
    }
    Index

    Properties

    Description: string

    View description entered so far

    IsShared: boolean

    Whether the view should be shared

    Name: string

    View name entered so far