Theia API Documentation v1.75.0
    Preparing search index...
    interface AiConfigurationItemStatus {
        kind: "on" | "off" | "warn" | "error";
        label: string;
        tooltip?: string;
    }
    Index

    Properties

    Properties

    kind: "on" | "off" | "warn" | "error"
    label: string

    Short, human-readable badge text, e.g. "Enabled", "Ready".

    tooltip?: string

    Optional longer hover detail; falls back to label.