Type Alias: GtcMessageDialogInput
GtcMessageDialogInput =
object
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcMessageDialog.tsx:11
A request input for GtcMessageDialog.
Properties
acceptButtonLabel?
optionalacceptButtonLabel:string|VNode
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcMessageDialog.tsx:22
The label to display for the accept button. Defaults to 'OK'.
class?
optionalclass:string
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcMessageDialog.tsx:28
CSS class(es) to apply to the dialog's root element.
message
message:
string|VNode
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcMessageDialog.tsx:13
The message to display.
rejectButtonLabel?
optionalrejectButtonLabel:string|VNode
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcMessageDialog.tsx:25
The label to display for the reject button. Defaults to 'Cancel'.
showRejectButton
showRejectButton:
boolean
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcMessageDialog.tsx:16
Whether to show the reject button.
title?
optionaltitle:string
Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcMessageDialog.tsx:19
The GTC view title to display with the message.