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