9.0 Released! → Native ESM runtimes 🚀, Vite support ⚡️, multi-window apps and more...
Read Announcement
ts
const Dialogs: {
  action: typeof action;
  alert: typeof alert;
  confirm: typeof confirm;
  login: typeof login;
  prompt: typeof prompt;
};

Defined in: ui/dialogs/index.d.ts:305

Singular rollup for convenience of all dialog methods

Type Declaration

action

ts
action: typeof action;

alert

ts
alert: typeof alert;

confirm

ts
confirm: typeof confirm;

login

ts
login: typeof login;

prompt

ts
prompt: typeof prompt;
Previous
Device