Skip to main content

Type Alias: GtcMessageDialogInput

GtcMessageDialogInput = object

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

A request input for GtcMessageDialog.

Properties

acceptButtonLabel?

optional acceptButtonLabel: 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?

optional class: 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?

optional rejectButtonLabel: 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?

optional title: string

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcMessageDialog.tsx:19

The GTC view title to display with the message.