4 references to JS
Aspire.Dashboard (4)
Components\Layout\MainLayout.razor.cs (4)
113var result = await JS.InvokeAsync<BrowserInfo>("window.getBrowserInfo"); 203_jsModule = await JS.InvokeAsync<IJSObjectReference>("import", "/js/app-theme.js"); 206_keyboardHandlers = await JS.InvokeAsync<IJSObjectReference>("window.registerGlobalKeydownListener", _shortcutManagerReference); 405await JS.InvokeVoidAsync("window.unregisterGlobalKeydownListener", h);