Member Junction
    Preparing search index...

    Request to navigate to a query

    interface OpenQueryNavRequest {
        autoExecute?: boolean;
        openInNewTab?: boolean;
        parameters?: Record<string, unknown>;
        queryId: string;
        sourcePanelId: string;
        type: "OpenQuery";
    }

    Hierarchy (View Summary)

    Index

    Properties

    autoExecute?: boolean

    Optional: Auto-execute on open

    openInNewTab?: boolean

    Whether to open in a new tab/window

    parameters?: Record<string, unknown>

    Optional: Pre-filled parameter values

    queryId: string

    Query ID

    sourcePanelId: string

    Source panel ID that initiated the request

    type: "OpenQuery"

    Type discriminator for the navigation request