Skip to content

TimePickerBuilder🔗

Constructor🔗

new TimePickerBuilder()

Methods🔗

build🔗

Builds the object.

build()

hidden🔗

Whether timepicker is visible or not.

hidden(hidden: boolean)

nowDelay🔗

Override the now time by entering a time delay. Use this option to accommodate known delays in data aggregation to avoid null values.

nowDelay(nowDelay: string)

refreshIntervals🔗

Interval options available in the refresh picker dropdown.

refreshIntervals(refreshIntervals: string[])

timeOptions🔗

Selectable options available in the time picker dropdown. Has no effect on provisioned dashboard.

timeOptions(timeOptions: string[])

See also🔗