Theia API Documentation v1.75.0
    Preparing search index...
    AiEnumSelect: React.FC<
        {
            ariaLabel: string;
            className?: string;
            disabled?: boolean;
            invalid?: boolean;
            onCommit: (value: string) => void;
            options: AiEnumOption[];
            value: string | undefined;
        },
    > = ...

    A theme-styled select over a fixed set of options, backed by the shared SelectComponent so that each option can surface its own description (which native <option> cannot) and the control matches the Settings UI. Commits the selected value via onCommit.