JSComponentInterop Class

Definition

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.

Applies to