Type Alias: UiDialogOutputType<Dialog>
UiDialogOutputType<
Dialog> =DialogextendsUiDialogView<any, infer Output> ?Output:never
Defined in: src/workingtitle-instruments-g3x-touch/html_ui/Shared/UiSystem/UiDialogView.tsx:46
A utility type which extracts the output type of a UiDialogView.
Type Parameters
| Type Parameter |
|---|
Dialog extends UiDialogView<any, any> |