Skip to content

@jsvision/ui / EditorDialogHost

Type Alias: EditorDialogHost

EditorDialogHost = ModalDialogHost

Defined in: ui/src/editor/dialogs.ts:30

What the dialog builders need from the host to run a modal — the shared { loop, desktop } seam. An object from createApplication() satisfies it directly (pass { loop: app.loop, desktop: app.desktop }).