Highcharts Grid
    Preparing search index...

    Options to control the time input renderer content.

    interface TimeInputRendererOptions {
        attributes?: DateInputAttributes;
        disabled?: boolean;
        type: "timeInput";
    }

    Hierarchy

    • DateInputRendererBaseOptions
      • TimeInputRendererOptions
    Index

    Properties

    attributes?: DateInputAttributes

    Attributes to control the date input.

    disabled?: boolean

    Whether the date input is disabled.

    type: "timeInput"