IMessageDialogOptions interface
顯示訊息對話框的選項
- Extends
-
IDialogOptions<boolean>
屬性
cancel |
[取消] 按鈕的自定義文字 |
ok |
[確定] 按鈕的自定義文字 |
show |
如果為 true,則顯示取消按鈕 |
繼承的屬性
configuration | 對話框內容的選擇性初始設定 |
light |
如果為 true,按兩下對話方塊外部就會關閉它 |
on |
關閉對話框時叫用的回呼 |
title | 對話框標題 |
屬性詳細資料
cancelText
[取消] 按鈕的自定義文字
cancelText?: string
屬性值
string
okText
[確定] 按鈕的自定義文字
okText?: string
屬性值
string
showCancel
如果為 true,則顯示取消按鈕
showCancel?: boolean
屬性值
boolean
繼承的屬性詳細資料
configuration
lightDismiss
onClose
關閉對話框時叫用的回呼
onClose?: (result: undefined | boolean) => void
屬性值
(result: undefined | boolean) => void