1 write to _jsModule
Aspire.Dashboard (1)
Components\Dialogs\TextVisualizerDialog.razor.cs (1)
85
_jsModule
= await JS.InvokeAsync<IJSObjectReference>("import", "/Components/Dialogs/TextVisualizerDialog.razor.js");
6 references to _jsModule
Aspire.Dashboard (6)
Components\Dialogs\TextVisualizerDialog.razor.cs (6)
88
if (
_jsModule
is not null && IsTextContentDisplayed)
92
await
_jsModule
.InvokeVoidAsync("connectObserver", _logContainerId);
96
await
_jsModule
.InvokeVoidAsync("disconnectObserver", _logContainerId);
283
if (
_jsModule
!= null)
287
await
_jsModule
.InvokeVoidAsync("disconnectObserver");
288
await
_jsModule
.DisposeAsync();