Member Junction
    Preparing search index...

    Request to navigate to another application

    interface OpenApplicationNavRequest {
        applicationId: string;
        openInNewTab?: boolean;
        resourceName?: string;
        sourcePanelId: string;
        type: "OpenApplication";
    }

    Hierarchy (View Summary)

    Index

    Properties

    applicationId: string

    Application name or ID

    openInNewTab?: boolean

    Whether to open in a new tab/window

    resourceName?: string

    Optional: Specific resource/tab within the app

    sourcePanelId: string

    Source panel ID that initiated the request

    type: "OpenApplication"

    Type discriminator for the navigation request