Skip to main content

Type Alias: GtcDialogChainResultSubmitted<Steps>

GtcDialogChainResultSubmitted<Steps> = object

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcDialogs.tsx:60

A result of an invoked dialog chain that was completed without being cancelled.

Type Parameters

Type Parameter
Steps extends readonly GtcDialogChainStep<any>[]

Properties

payload

payload: GtcDialogChainStepResults<Steps>

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcDialogs.tsx:67

The results of each dialog invoked in the chain, in order.


wasCancelled

wasCancelled: false

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcDialogs.tsx:62

Whether the dialog chain was cancelled.