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