3 references to JS
Aspire.Dashboard (3)
Components\Pages\Resources.razor.cs (3)
374await JS.InvokeVoidAsync("focusElement", initialFocusElementId, true); 380await JS.InvokeVoidAsync("focusElement", pendingFocusElementId); 388_jsModule = await JS.InvokeAsync<IJSObjectReference>("import", "/js/app-resourcegraph.js");