Skip to main content

Interface: GtcDurationDialogInput

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcDurationDialog.tsx:12

A request input for GtcDurationDialog.

Extends

Properties

initialValue

initialValue: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/AbstractGtcNumberDialog.tsx:23

The value initially loaded into the dialog at the start of a request.

Inherited from

GtcNumberDialogInput.initialValue


max?

optional max: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcDurationDialog.tsx:20

The maximum valid value, in seconds. Defaults to 86399 (23 hours, 59 minutes, 59 seconds).


min?

optional min: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcDurationDialog.tsx:17

The minimum valid value, in seconds. Defaults to 0.


title?

optional title: string

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcDurationDialog.tsx:14

The GTC view title to display with the message.