Table of Contents

Class MenuVariantRowModelData

Namespace
Whim.CommandPalette
Assembly
Whim.CommandPalette.dll
The 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 MenuVariantRowModel deals with both a ICommand and its IKeybind (if it has one).
public MenuVariantRowModelData(ICommand Command, IKeybind? Keybind = null)

Parameters

Command ICommand
Keybind IKeybind

Properties

Command

public ICommand Command { get; init; }

Property Value

ICommand

Keybind

public IKeybind? Keybind { get; init; }

Property Value

IKeybind