1 write to _jsModule
Aspire.Dashboard (1)
Components\Controls\Chart\MetricTable.razor.cs (1)
239_jsModule = await JS.InvokeAsync<IJSObjectReference>("import", "/Components/Controls/Chart/MetricTable.razor.js");
4 references to _jsModule
Aspire.Dashboard (4)
Components\Controls\Chart\MetricTable.razor.cs (4)
42Debug.Assert(_jsModule != null, "The module should be initialized before chart data is sent to control."); 85await _jsModule.InvokeVoidAsync("announceDataGridRows", "metric-table-container", indices); 246protected override bool ReadyForData() => _jsModule != null; 276await JSInteropHelpers.SafeDisposeAsync(_jsModule);