Highcharts Grid
    Preparing search index...

    Attributes to control the text input.

    interface TextInputAttributes {
        maxlength?: number;
        minlength?: number;
        pattern?: string;
        placeholder?: string;
        size?: number;
    }
    Index

    Properties

    maxlength?: number
    minlength?: number
    pattern?: string
    placeholder?: string
    size?: number