1 write to _jsModule
Aspire.Dashboard (1)
Components\Controls\Chart\MetricTable.razor.cs (1)
250_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)
47Debug.Assert(_jsModule != null, "The module should be initialized before chart data is sent to control."); 90await _jsModule.InvokeVoidAsync("announceDataGridRows", "metric-table-container", indices); 257protected override bool ReadyForData() => _jsModule != null; 287await JSInteropHelpers.SafeDisposeAsync(_jsModule);