Member Junction
    Preparing search index...

    Form payload emitted when the user clicks Save. The parent component is responsible for calling GraphQLListsClient.MaterializeFromView with these options — we keep the dialog generic so it doesn't have to know about the GraphQL transport.

    interface SaveViewAsListResult {
        CategoryId?: string;
        Description?: string;
        ListName: string;
        RefreshMode: "Additive" | "Sync";
        RememberLineage: boolean;
        UseSnapshot: boolean;
    }
    Index

    Properties

    CategoryId?: string
    Description?: string
    ListName: string
    RefreshMode: "Additive" | "Sync"
    RememberLineage: boolean
    UseSnapshot: boolean