1 write to _jsModule
Aspire.Dashboard (1)
Components\Controls\TextVisualizer.razor.cs (1)
71
_jsModule
= await JS.InvokeAsync<IJSObjectReference>("import", "/Components/Controls/TextVisualizer.razor.js");
6 references to _jsModule
Aspire.Dashboard (6)
Components\Controls\TextVisualizer.razor.cs (6)
74
if (
_jsModule
is not null)
81
await
_jsModule
.InvokeVoidAsync("connectObserver", _containerElement);
89
await
_jsModule
.InvokeVoidAsync("disconnectObserver", _containerElement);
97
if (
_jsModule
!= null)
104
await
_jsModule
.InvokeVoidAsync("disconnectObserver", _containerElement);
106
await
_jsModule
.DisposeAsync();