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)
60if (_jsModule is not null) 67await _jsModule.InvokeVoidAsync("connectObserver", _containerElement); 75await _jsModule.InvokeVoidAsync("disconnectObserver", _containerElement); 83if (_jsModule != null) 90await _jsModule.InvokeVoidAsync("disconnectObserver", _containerElement); 92await _jsModule.DisposeAsync();