RootComponentMapping Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines a mapping between a root IComponent and a DOM element selector.
public value class RootComponentMapping
public readonly struct RootComponentMapping
type RootComponentMapping = struct
Public Structure RootComponentMapping
- Inheritance
-
RootComponentMapping
Constructors
RootComponentMapping(Type, String, ParameterView) |
Creates a new instance of RootComponentMapping with the provided |
RootComponentMapping(Type, String) |
Creates a new instance of RootComponentMapping with the provided |
Properties
ComponentType |
Gets the component type. |
Parameters |
Gets the parameters to pass to the root component. |
Selector |
Gets the DOM element selector. |