RootComponentMapping Struct

Definition

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)

Creates a new instance of RootComponentMapping with the provided componentType and selector.

RootComponentMapping(Type, String, ParameterView)

Creates a new instance of RootComponentMapping with the provided componentType and selector.

Properties

ComponentType

Gets the component type.

Parameters

Gets the parameters to pass to the root component.

Selector

Gets the DOM element selector.

Applies to