Class MenuVariantRowModelData
- Namespace
- Whim.CommandPalette
- Assembly
- Whim.CommandPalette.dll
The Whim.CommandPalette.MenuVariantRowModel deals with both a ICommand and its
IKeybind (if it has one).
public record MenuVariantRowModelData : IEquatable<MenuVariantRowModelData>
- Inheritance
-
MenuVariantRowModelData
- Implements
- Inherited Members
Constructors
MenuVariantRowModelData(ICommand, IKeybind?)
The Whim.CommandPalette.MenuVariantRowModel deals with both a ICommand and its
IKeybind (if it has one).
public MenuVariantRowModelData(ICommand Command, IKeybind? Keybind = null)
Parameters
Properties
Command
public ICommand Command { get; init; }
Property Value
Keybind
public IKeybind? Keybind { get; init; }