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)
74if (_jsModule is not null) 81await _jsModule.InvokeVoidAsync("connectObserver", _containerElement); 89await _jsModule.InvokeVoidAsync("disconnectObserver", _containerElement); 97if (_jsModule != null) 104await _jsModule.InvokeVoidAsync("disconnectObserver", _containerElement); 106await _jsModule.DisposeAsync();