1 write to _jsModule
Aspire.Dashboard (1)
Components\Dialogs\TextVisualizerDialog.razor.cs (1)
77
_jsModule
= await JS.InvokeAsync<IJSObjectReference>("import", "/Components/Dialogs/TextVisualizerDialog.razor.js");
6 references to _jsModule
Aspire.Dashboard (6)
Components\Dialogs\TextVisualizerDialog.razor.cs (6)
80
if (
_jsModule
is not null && IsTextContentDisplayed)
84
await
_jsModule
.InvokeVoidAsync("connectObserver", _logContainerId);
88
await
_jsModule
.InvokeVoidAsync("disconnectObserver", _logContainerId);
264
if (
_jsModule
!= null)
268
await
_jsModule
.InvokeVoidAsync("disconnectObserver");
269
await
_jsModule
.DisposeAsync();