Class MenuVariantConfig
- Namespace
- Whim.CommandPalette
- Assembly
- Whim.CommandPalette.dll
Config for activating the command palette with a menu.
public record MenuVariantConfig : BaseVariantConfig, IEquatable<BaseVariantConfig>, IEquatable<MenuVariantConfig>
- Inheritance
-
MenuVariantConfig
- Implements
- Inherited Members
Properties
Commands
The commands for this menu.
public required IEnumerable<ICommand> Commands { get; init; }
Property Value
Matcher
The matcher to use to filter the results.
public IMatcher<MenuVariantRowModelData> Matcher { get; init; }