5 references to JS
Aspire.Dashboard (5)
Components\Layout\MainLayout.razor.cs (5)
150var result = await JS.InvokeAsync<BrowserInfo>("window.getBrowserInfo"); 240_jsModule = await JS.InvokeAsync<IJSObjectReference>("import", "/js/app-theme.js"); 243_keyboardHandlers = await JS.InvokeAsync<IJSObjectReference>("window.registerGlobalKeydownListener", _shortcutManagerReference); 250await JS.InvokeVoidAsync("focusElement", elementId); 524await JS.InvokeVoidAsync("window.unregisterGlobalKeydownListener", h);