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