Skip to main content

Type Alias: GtcDialogChainStepDialogType<Step>

GtcDialogChainStepDialogType<Step> = Step extends GtcDialogChainStep<infer Dialog> ? Dialog : never

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

A utility type which extracts the type of an invoked dialog view from a dialog chain step.

Type Parameters

Type Parameter
Step