IJSComponentConfiguration Interface
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.
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, String) |
Marks the specified component type as allowed for instantiation from JavaScript. |
RegisterForJavaScript(IJSComponentConfiguration, Type, 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. |
RegisterForJavaScript<TComponent>(IJSComponentConfiguration, String) |
Marks the specified component type as allowed for instantiation from JavaScript. |