Theia API Documentation v1.75.0
    Preparing search index...
    interface AiConfigurationItemDetailHeaderProps {
        actions?: ReactNode;
        iconClass?: string;
        origins?: AiConfigurationOrigin[];
        status?: AiConfigurationItemStatus;
        subtitle?: string;
        title: string;
        titleSuffix?: ReactNode;
    }
    Index

    Properties

    actions?: ReactNode

    Trailing slot for header actions and toggles (buttons, switches).

    iconClass?: string

    codicon(...) class shown before the title.

    Where the item came from, shown right after the title - the same badges the overview list shows, so provenance does not get a second look on the detail page.

    Status badge shown next to the title.

    subtitle?: string

    Secondary line under the title (e.g. an id or provider).

    title: string
    titleSuffix?: ReactNode

    Optional inline content shown after the title and the origin badges.