IMessageDialogOptions interface
メッセージ ダイアログを表示するためのオプション
- Extends
-
IDialogOptions<boolean>
プロパティ
cancel |
[キャンセル] ボタンのカスタム テキスト |
ok |
[OK] ボタンのカスタム テキスト |
show |
true の場合は、[キャンセル] ボタンを表示します |
継承されたプロパティ
configuration | ダイアログ コンテンツのオプションの初期構成 |
light |
true の場合、ダイアログの外側をクリックすると閉じます |
on |
ダイアログが閉じられたときに呼び出されるコールバック |
title | ダイアログ のタイトル |
プロパティの詳細
cancelText
[キャンセル] ボタンのカスタム テキスト
cancelText?: string
プロパティ値
string
okText
[OK] ボタンのカスタム テキスト
okText?: string
プロパティ値
string
showCancel
true の場合は、[キャンセル] ボタンを表示します
showCancel?: boolean
プロパティ値
boolean
継承されたプロパティの詳細
configuration
ダイアログ コンテンツのオプションの初期構成
configuration?: any
プロパティ値
any
lightDismiss
true の場合、ダイアログの外側をクリックすると閉じます
lightDismiss?: boolean
プロパティ値
boolean
onClose
ダイアログが閉じられたときに呼び出されるコールバック
onClose?: (result: undefined | boolean) => void
プロパティ値
(result: undefined | boolean) => void
IDialogOptions.onClose
title
ダイアログ のタイトル
title?: string
プロパティ値
string
IDialogOptions.title から継承