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)
42
Debug.Assert(
_jsModule
!= null, "The module should be initialized before chart data is sent to control.");
85
await
_jsModule
.InvokeVoidAsync("announceDataGridRows", "metric-table-container", indices);
246
protected override bool ReadyForData() =>
_jsModule
!= null;
276
await JSInteropHelpers.SafeDisposeAsync(
_jsModule
);