1 write to _jsModule
Aspire.Dashboard (1)
Components\Controls\TextVisualizer.razor.cs (1)
62_jsModule = await JS.InvokeAsync<IJSObjectReference>("import", "/Components/Controls/TextVisualizer.razor.js");
6 references to _jsModule
Aspire.Dashboard (6)
Components\Controls\TextVisualizer.razor.cs (6)
65if (_jsModule is not null) 72await _jsModule.InvokeVoidAsync("connectObserver", _containerElement); 80await _jsModule.InvokeVoidAsync("disconnectObserver", _containerElement); 88if (_jsModule != null) 95await _jsModule.InvokeVoidAsync("disconnectObserver", _containerElement); 97await _jsModule.DisposeAsync();