Skip to main content

Type Alias: UiMessageDialogInput

UiMessageDialogInput = object

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/UiMessageDialog.tsx:12

A request input for UiMessageDialog.

Properties

acceptButtonLabel?

optional acceptButtonLabel: string | VNode

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/UiMessageDialog.tsx:20

The label to display for the accept button. Defaults to 'OK'.


class?

optional class: string

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/UiMessageDialog.tsx:26

CSS class(es) to apply to the dialog's root element.


message

message: string | VNode

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/UiMessageDialog.tsx:14

The message to display.


rejectButtonLabel?

optional rejectButtonLabel: string | VNode

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/UiMessageDialog.tsx:23

The label to display for the reject button. Defaults to 'Cancel'.


showRejectButton

showRejectButton: boolean

Defined in: src/workingtitle-instruments-g3x-touch/html_ui/MFD/Dialogs/UiMessageDialog.tsx:17

Whether to show the reject button.