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