Member Junction
    Preparing search index...

    Request to open a new tab

    interface TabRequest {
        ApplicationId: string;
        Configuration?: Record<string, unknown>;
        IsPinned?: boolean;
        ResourceRecordId?: string;
        ResourceType?: string;
        ResourceTypeId?: string;
        Route?: string;
        Title: string;
    }
    Index

    Properties

    ApplicationId: string

    ID of the application this tab belongs to

    Configuration?: Record<string, unknown>

    Tab-specific configuration

    IsPinned?: boolean

    Whether this tab should be pinned (permanent)

    ResourceRecordId?: string

    Resource record ID for matching existing tabs

    ResourceType?: string

    Resource type for resource-based tabs

    ResourceTypeId?: string

    Resource type ID for matching existing tabs (legacy)

    Route?: string

    Route to load in the tab (optional if ResourceType is provided)

    Title: string

    Display title for the tab