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