Tauri confirm

2024-01-31 17:14 更新
confirm(: , : | ?ConfirmDialogOptions?): ?Promise?messagestringoptions?string<boolean>

顯示帶有 和 按鈕的問題對話框。OkCancel

import { confirm } from '@tauri-apps/api/dialog';
const confirmed = await confirm('Are you sure?', 'Tauri');
const confirmed2 = await confirm('This action cannot be reverted. Are you sure?', { title: 'Tauri', type: 'warning' });

參數(shù)

名字類型描述
messagestring要顯示的消息。
options?string | ConfirmDialogOptions對話框的選項。如果是字符串,則表示對話框標(biāo)題。

Returns: ?Promise?<boolean>

解析為布爾值的承諾,指示是否被單擊。Ok


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號