Theia API Documentation v1.75.0
    Preparing search index...

    A single option for AiEnumSelect.

    interface AiEnumOption {
        disabled?: boolean;
        label: string;
        title?: string;
        value: string;
    }
    Index

    Properties

    disabled?: boolean
    label: string
    title?: string

    Optional native tooltip, e.g. to surface an option's secondary description.

    value: string