Table of Contents

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

IEnumerable<ICommand>

Matcher

The matcher to use to filter the results.
public IMatcher<MenuVariantRowModelData> Matcher { get; init; }

Property Value

IMatcher<MenuVariantRowModelData>