Skip to main content

Type Alias: UiDialogInputType<Dialog>

UiDialogInputType<Dialog> = Dialog extends UiDialogView<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>