Skip to main content

Type Alias: GtcDialogInputType<Dialog>

GtcDialogInputType<Dialog> = Dialog extends GtcDialogView<infer Input, any> ? Input : never

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

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

Type Parameters

Type Parameter
Dialog extends GtcDialogView<any, any>