IPanelOptions interface
パネルを表示するためのオプション
プロパティ
| configuration | パネルコンテンツのオプションの初期設定 |
| description | オプション、パネルの説明。 |
| on |
ダイアログを閉じたときに呼び出されるコールバック |
| size | パネルのサイズ。 (デフォルトは PanelSize.Medium) |
| title | 表示するパネルタイトル。 |
プロパティの詳細
configuration
パネルコンテンツのオプションの初期設定
configuration?: any
プロパティ値
any
description
オプション、パネルの説明。
description?: string
プロパティ値
string
onClose
ダイアログを閉じたときに呼び出されるコールバック
onClose?: (result: undefined | TResult) => void
プロパティ値
(result: undefined | TResult) => void
size
title
表示するパネルタイトル。
title?: string
プロパティ値
string