ComponentRegistration class

ComponentRegistration は、コンポーネントから資産を検出するためのシグネチャ クラスです。

プロパティ

components

登録されているすべての ComponentRegistration オブジェクトの一覧を取得します。

メソッド

add(ComponentRegistration)

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

プロパティの詳細

components

登録されているすべての ComponentRegistration オブジェクトの一覧を取得します。

static ComponentRegistration[] components

プロパティ値

ComponentRegistration オブジェクトの一覧。

メソッドの詳細

add(ComponentRegistration)

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

static function add(componentRegistration: ComponentRegistration)

パラメーター

componentRegistration
ComponentRegistration

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