Theia API Documentation v1.65.0
    Preparing search index...
    interface SelectComponentProps {
        alignment?: "left" | "right";
        className?: string;
        defaultValue?: string | number;
        id?: string;
        onBlur?: () => void;
        onChange?: (option: SelectOption, index: number) => void;
        onFocus?: () => void;
        options: readonly SelectOption[];
    }
    Index

    Properties

    alignment?: "left" | "right"
    className?: string
    defaultValue?: string | number
    id?: string
    onBlur?: () => void
    onChange?: (option: SelectOption, index: number) => void
    onFocus?: () => void
    options: readonly SelectOption[]