Highcharts Grid
    Preparing search index...

    Options to define a single select option.

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

    Properties

    disabled?: boolean

    Whether the option is disabled. If true, the option cannot be selected.

    label?: string

    The label of the option.

    value: string

    The value of the option.