Skip to main content

Interface: GtcDurationDialogMSSInput

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcDurationDialogMSS.tsx:10

A request input for GtcDurationDialogMSS.

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/GtcDurationDialogMSS.tsx:18

The maximum valid value, in seconds. Defaults to 599 (9 minutes, 59 seconds).


min?

optional min: number

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcDurationDialogMSS.tsx:15

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


title?

optional title: string

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

The GTC view title to display with the message.