Member Junction
    Preparing search index...

    Request to navigate to another dashboard

    interface OpenDashboardNavRequest {
        categoryId?: string;
        dashboardId: string;
        openInNewTab?: boolean;
        sourcePanelId: string;
        type: "OpenDashboard";
    }

    Hierarchy (View Summary)

    Index

    Properties

    categoryId?: string

    Optional: Dashboard category to navigate to first

    dashboardId: string

    Dashboard ID

    openInNewTab?: boolean

    Whether to open in a new tab/window

    sourcePanelId: string

    Source panel ID that initiated the request

    type: "OpenDashboard"

    Type discriminator for the navigation request