Highcharts Grid
    Preparing search index...

    Options to control the date input renderer content.

    interface DateInputRendererOptions {
        attributes?: DateInputAttributes;
        disabled?: boolean;
        type: "dateInput";
    }

    Hierarchy

    • DateInputRendererBaseOptions
      • DateInputRendererOptions
    Index

    Properties

    attributes?: DateInputAttributes

    Attributes to control the date input.

    disabled?: boolean

    Whether the date input is disabled.

    type: "dateInput"