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