1 write to _jsModule
Aspire.Dashboard (1)
Components\Controls\Chart\PlotlyChart.razor.cs (1)
190
_jsModule
= await JS.InvokeAsync<IJSObjectReference>("import", "/js/app-metrics.js");
5 references to _jsModule
Aspire.Dashboard (5)
Components\Controls\Chart\PlotlyChart.razor.cs (5)
60
Debug.Assert(
_jsModule
!= null, "The module should be initialized before chart data is sent to control.");
88
await
_jsModule
.InvokeVoidAsync(
100
await
_jsModule
.InvokeVoidAsync(
197
protected override bool ReadyForData() =>
_jsModule
!= null;
206
await JSInteropHelpers.SafeDisposeAsync(
_jsModule
);