1 write to _jsModule
Aspire.Dashboard (1)
Components\Controls\TextVisualizer.razor.cs (1)
57
_jsModule
= await JS.InvokeAsync<IJSObjectReference>("import", "/Components/Controls/TextVisualizer.razor.js");
6 references to _jsModule
Aspire.Dashboard (6)
Components\Controls\TextVisualizer.razor.cs (6)
60
if (
_jsModule
is not null)
67
await
_jsModule
.InvokeVoidAsync("connectObserver", _containerElement);
75
await
_jsModule
.InvokeVoidAsync("disconnectObserver", _containerElement);
83
if (
_jsModule
!= null)
90
await
_jsModule
.InvokeVoidAsync("disconnectObserver", _containerElement);
92
await
_jsModule
.DisposeAsync();