Table of Contents

Class BaseVariantConfig

Namespace
Whim.CommandPalette
Assembly
Whim.CommandPalette.dll
Base config for activating the command palette.
public abstract record BaseVariantConfig : IEquatable<BaseVariantConfig>
Inheritance
BaseVariantConfig
Implements
Derived
Inherited Members

Properties

ConfirmButtonText

The confirm button text.
public string ConfirmButtonText { get; init; }

Property Value

string

Hint

Text hint to show in the command palette.
public string? Hint { get; init; }

Property Value

string

InitialText

The text to pre-fill the command palette with.
public string? InitialText { get; init; }

Property Value

string