DialogsComponentRegistration class
ダイアログ コンポーネントをシステム登録機能で使用できるようにします。
- Extends
-
ComponentRegistration
コンストラクター
| Dialogs |
DialogsComponentRegistration クラスのインスタンスを作成します。 |
継承されたプロパティ
| components |
メソッド
| get |
ダイアログ のメモリ スコープを取得します。 |
| get |
ダイアログ パス リゾルバーを取得します。 |
継承されたメソッド
| add(Component |
コンポーネントを追加します。コンポーネントには、型ごとに 1 つのインスタンスのみが許可されます。 |
コンストラクターの詳細
DialogsComponentRegistration()
DialogsComponentRegistration クラスのインスタンスを作成します。
new DialogsComponentRegistration()
継承されたプロパティの詳細
components
static components: ComponentRegistration[]
プロパティ値
ComponentRegistration[]
ComponentRegistration.components から継承された
メソッドの詳細
getMemoryScopes()
getPathResolvers()
継承済みメソッドの詳細
add(ComponentRegistration)
コンポーネントを追加します。コンポーネントには、型ごとに 1 つのインスタンスのみが許可されます。
static function add(componentRegistration: ComponentRegistration)
パラメーター
- componentRegistration
-
ComponentRegistration
登録するコンポーネント。
componentRegistration.add から継承