Member Junction
    Preparing search index...

    Base interface for navigation requests

    interface BaseNavRequest {
        openInNewTab?: boolean;
        sourcePanelId: string;
        type: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    openInNewTab?: boolean

    Whether to open in a new tab/window

    sourcePanelId: string

    Source panel ID that initiated the request

    type: string

    Type discriminator for the navigation request