@inject RolemasterDb.App.Frontend.AppState.ShellOmniboxState ShellOmniboxState
Search tables or commands
@code { private Task ToggleOpenAsync(MouseEventArgs _) { ShellOmniboxState.Toggle(); return Task.CompletedTask; } }