Highcharts Grid
    Preparing search index...

    Attributes to control the select input.

    interface SelectAttributes {
        autofocus?: boolean;
        multiple?: boolean;
        size?: number;
    }
    Index

    Properties

    autofocus?: boolean
    multiple?: boolean
    size?: number