1 write to _jsModule
Aspire.Dashboard (1)
Components\Layout\MainLayout.razor.cs (1)
253_jsModule = await JS.InvokeAsync<IJSObjectReference>("import", "/js/app-theme.js");
3 references to _jsModule
Aspire.Dashboard (3)
Components\Layout\MainLayout.razor.cs (3)
137if (_jsModule is not null) 246ThemeManager.EffectiveTheme = await _jsModule!.InvokeAsync<string>("updateTheme", theme); 538await JSInteropHelpers.SafeDisposeAsync(_jsModule);