Skip to main content

Interface: GtcMinuteDurationDialogInput

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcMinuteDurationDialog.tsx:9

A request input for GtcMinuteDurationDialog.

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/GtcMinuteDurationDialog.tsx:17

The maximum valid value. Defaults to 999.


min?

optional min: number

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

The minimum valid value. Defaults to 0.


title?

optional title: string

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcMinuteDurationDialog.tsx:11

The GTC view title to display with the message.