DomJsInterop
Class

Assembly LiveChartsCore.SkiaSharpView.Blazor
Namespace LiveChartsCore.SkiaSharpView.Blazor.JsInterop

Summary:
An object that handles the comminication with the DOM.

Inheritance:
Object =>
DomJsInterop

Constructors

// An object that handles the comminication with the DOM.
IJSRuntime jsRuntime//
)

Methods

// Starts the frame ticker, this will call the OnFrameTick method in the DotNetObjectReference.
DotNetObjectReference<MotionCanvas> motionCanvasRef// The dotnet ref to the motion canvas.
)
// Stops the frame ticker, this will stop calling the OnFrameTick method in the DotNetObjectReference.
DotNetObjectReference<MotionCanvas> motionCanvasRef// *summary not found*
)