Dialog API
The Dialog API provides standardized dialogs that work consistently across desktop and web environments. Extension authors will find the prompt and confirm methods most useful.
Basic Usage
Prompt Dialog
Confirm Dialog
API Reference
Prompt
Confirm
For other specialized dialogs available in ComfyUI, extension authors can refer to the dialogService.ts
file in the source code.