Skip to main content

Type Alias: GtcDialogOutputType<Dialog>

GtcDialogOutputType<Dialog> = Dialog extends GtcDialogView<any, infer Output> ? Output : never

Defined in: workingtitle-instruments-g3000/html_ui/GTC/Dialog/GtcDialogView.tsx:39

A utility type which extracts the output type of a dialog view.

Type Parameters

Type Parameter
Dialog extends GtcDialogView<any, any>