IJSComponentConfiguration Interface

Definition

Configures options for allowing JavaScript to add root components dynamically.

public interface IJSComponentConfiguration
type IJSComponentConfiguration = interface
Public Interface IJSComponentConfiguration
Derived

Properties

JSComponents

Gets the store of configuration options that allow JavaScript to add root components dynamically.

Extension Methods

RegisterCustomElement<TComponent>(IJSComponentConfiguration, String)
RegisterForJavaScript(IJSComponentConfiguration, Type, String)

Marks the specified component type as allowed for instantiation from JavaScript.

RegisterForJavaScript(IJSComponentConfiguration, Type, String, String)

Marks the specified component type as allowed for instantiation from JavaScript.

RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String)

Marks the specified component type as allowed for instantiation from JavaScript.

RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String, String)

Marks the specified component type as allowed for instantiation from JavaScript.

Applies to