次の方法で共有


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 から継承