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