RootComponentMapping 構造体

定義

ルート IComponent と DOM 要素セレクターの間のマッピングを定義します。

public value class RootComponentMapping
public readonly struct RootComponentMapping
type RootComponentMapping = struct
Public Structure RootComponentMapping
継承
RootComponentMapping

コンストラクター

RootComponentMapping(Type, String)

指定componentTypeした と を使用して、 のRootComponentMapping新しいインスタンスをselector作成します。

RootComponentMapping(Type, String, ParameterView)

指定componentTypeした と を使用して、 のRootComponentMapping新しいインスタンスをselector作成します。

プロパティ

ComponentType

コンポーネントの種類を取得します。

Parameters

ルート コンポーネントに渡すパラメーターを取得します。

Selector

DOM 要素セレクターを取得します。

適用対象