次の方法で共有


IMessageDialogOptions interface

メッセージ ダイアログを表示するためのオプション

Extends

IDialogOptions<boolean>

プロパティ

cancelText

[キャンセル] ボタンのカスタム テキスト

okText

[OK] ボタンのカスタム テキスト

showCancel

true の場合は、キャンセル ボタンを表示します

継承されたプロパティ

configuration

ダイアログ コンテンツのオプションの初期構成

lightDismiss

true の場合、ダイアログの外側をクリックすると閉じます

onClose

ダイアログが閉じられたときに呼び出されるコールバック

title

ダイアログ のタイトル

プロパティの詳細

cancelText

[キャンセル] ボタンのカスタム テキスト

cancelText?: string

プロパティ値

string

okText

[OK] ボタンのカスタム テキスト

okText?: string

プロパティ値

string

showCancel

true の場合は、キャンセル ボタンを表示します

showCancel?: boolean

プロパティ値

boolean

継承されたプロパティの詳細

configuration

ダイアログ コンテンツのオプションの初期構成

configuration?: any

プロパティ値

any

IDialogOptions.configurationから継承

lightDismiss

true の場合、ダイアログの外側をクリックすると閉じます

lightDismiss?: boolean

プロパティ値

boolean

IDialogOptions.lightDismissから継承

onClose

ダイアログが閉じられたときに呼び出されるコールバック

onClose?: (result: undefined | boolean) => void

プロパティ値

(result: undefined | boolean) => void

IDialogOptions.onCloseから継承

title

ダイアログ のタイトル

title?: string

プロパティ値

string

IDialogOptions.titleから継承