DialogsComponentRegistration class

ダイアログ コンポーネントをシステム登録機能で使用できるようにします。

Extends

ComponentRegistration

コンストラクター

DialogsComponentRegistration()

DialogsComponentRegistration クラスのインスタンスを作成します。

継承されたプロパティ

components

メソッド

getMemoryScopes()

ダイアログ のメモリ スコープを取得します。

getPathResolvers()

ダイアログ パス リゾルバーを取得します。

継承されたメソッド

add(ComponentRegistration)

コンポーネントを追加します。コンポーネントに対して許可されるインスタンスは、型ごとに 1 つだけです。

コンストラクターの詳細

DialogsComponentRegistration()

DialogsComponentRegistration クラスのインスタンスを作成します。

new DialogsComponentRegistration()

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

components

static components: ComponentRegistration[]

プロパティ値

ComponentRegistration[]

継承元 ComponentRegistration.components

メソッドの詳細

getMemoryScopes()

ダイアログ のメモリ スコープを取得します。

function getMemoryScopes(): MemoryScope[]

戻り値

MemoryScope の一覧。

getPathResolvers()

ダイアログ パス リゾルバーを取得します。

function getPathResolvers(): PathResolver[]

戻り値

PathResolver の一覧。

継承済みメソッドの詳細

add(ComponentRegistration)

コンポーネントを追加します。コンポーネントに対して許可されるインスタンスは、型ごとに 1 つだけです。

static function add(componentRegistration: ComponentRegistration)

パラメーター

componentRegistration

ComponentRegistration

登録するコンポーネント。

継承元 ComponentRegistration.add