Highcharts Grid
    Preparing search index...

    Options to control the date time input renderer content.

    interface DateTimeInputRendererOptions {
        attributes?: DateInputAttributes;
        disabled?: boolean;
        type: "dateTimeInput";
    }

    Hierarchy

    • DateInputRendererBaseOptions
      • DateTimeInputRendererOptions
    Index

    Properties

    attributes?: DateInputAttributes

    Attributes to control the date input.

    disabled?: boolean

    Whether the date input is disabled.

    type: "dateTimeInput"