Highcharts Grid
    Preparing search index...

    Options to control the select renderer content.

    interface SelectRendererOptions {
        attributes?: SelectAttributes;
        disabled?: boolean;
        options: SelectOption[];
        type: "select";
    }

    Hierarchy (View Summary)

    Index

    Properties

    attributes?: SelectAttributes

    Attributes to control the select input.

    disabled?: boolean

    Whether the select input is disabled.

    options: SelectOption[]

    The options available in the select input.

    type: "select"

    Use the built-in select renderer.

    'select'