Dialog
Docs: https://docs.api.kunkun.sh/interfaces/ui.IDialog
Dialog API is used to interact with the user by showing dialog boxes. This API is used to show alert, confirm, prompt, and file dialog boxes.
ask
: Shows a question dialog with Yes and No buttons.confirm
: Shows a question dialog with Ok and Cancel buttons.message
: Shows a message dialog with an Ok button.open
: Open a file/directory selection dialog.save
: Open a file/directory save dialog.