1 write to _jsModule
Aspire.Dashboard (1)
Components\Controls\TextVisualizer.razor.cs (1)
62
_jsModule
= await JS.InvokeAsync<IJSObjectReference>("import", "/Components/Controls/TextVisualizer.razor.js");
6 references to _jsModule
Aspire.Dashboard (6)
Components\Controls\TextVisualizer.razor.cs (6)
65
if (
_jsModule
is not null)
72
await
_jsModule
.InvokeVoidAsync("connectObserver", _containerElement);
80
await
_jsModule
.InvokeVoidAsync("disconnectObserver", _containerElement);
88
if (
_jsModule
!= null)
95
await
_jsModule
.InvokeVoidAsync("disconnectObserver", _containerElement);
97
await
_jsModule
.DisposeAsync();