JSComponentInterop Class
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.
Provides JavaScript-callable interop methods that can add, update, or remove dynamic root components. This is intended for framework use only and should not be called directly from application code.
public class JSComponentInterop
type JSComponentInterop = class
Public Class JSComponentInterop
- Inheritance
-
JSComponentInterop
Constructors
JSComponentInterop(JSComponentConfigurationStore) |
Constructs an instance of JSComponentInterop. This is only intended for use from framework code and should not be used directly from application code. |
Methods
AddRootComponent(String, String) |
For framework use only. |
RemoveRootComponent(Int32) |
For framework use only. |
SetRootComponentParameters(Int32, Int32, JsonElement, JsonSerializerOptions) |
For framework use only. |