Skip to main content

Interface: MessageDialogDefinition

The Message Dialog interface.

Properties

closeOnAccept

Optional closeOnAccept: boolean

Whether to close this dialog after accept action

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Dialogs/MessageDialog.tsx:24


confirmButtonText

Optional confirmButtonText: string

The text for the confirm button

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Dialogs/MessageDialog.tsx:27


hasRejectButton

Optional hasRejectButton: boolean

Whether this dialog has a reject button

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Dialogs/MessageDialog.tsx:30


inputString

Optional inputString: string

The message string, if any

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Dialogs/MessageDialog.tsx:15


rejectButtonText

Optional rejectButtonText: string

The text for button 2, if any

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Dialogs/MessageDialog.tsx:33

Methods

renderContent

renderContent(): VNode

Renders the message content of the dialog.

Returns

VNode

the message content for the dialog as a VNode.

Defined in

workingtitle-instruments-g1000/html_ui/Pages/VCockpit/Instruments/NavSystems/WTG1000/Shared/UI/Dialogs/MessageDialog.tsx:21