次の方法で共有


IPanelOptions interface

パネルを表示するためのオプション

プロパティ

configuration

パネルコンテンツのオプションの初期設定

description

オプション、パネルの説明。

onClose

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

size

パネルのサイズ。 (デフォルトは PanelSize.Medium)

title

表示するパネルタイトル。

プロパティの詳細

configuration

パネルコンテンツのオプションの初期設定

configuration?: any

プロパティ値

any

description

オプション、パネルの説明。

description?: string

プロパティ値

string

onClose

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

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

プロパティ値

(result: undefined | TResult) => void

size

パネルのサイズ。 (デフォルトは PanelSize.Medium)

size?: PanelSize

プロパティ値

title

表示するパネルタイトル。

title?: string

プロパティ値

string