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