ComponentRegistration class
ComponentRegistration は、コンポーネントから資産を検出するためのシグネチャ クラスです。
プロパティ
components | 登録されているすべての ComponentRegistration オブジェクトの一覧を取得します。 |
メソッド
add(Component |
コンポーネントを追加します。コンポーネントには、型ごとに 1 つのインスタンスのみが許可されます。 |
プロパティの詳細
components
登録されているすべての ComponentRegistration オブジェクトの一覧を取得します。
static ComponentRegistration[] components
プロパティ値
ComponentRegistration オブジェクトの一覧。
メソッドの詳細
add(ComponentRegistration)
コンポーネントを追加します。コンポーネントには、型ごとに 1 つのインスタンスのみが許可されます。
static function add(componentRegistration: ComponentRegistration)
パラメーター
- componentRegistration
- ComponentRegistration
登録するコンポーネント。