Table of Contents

Interface ICommandPalettePlugin

Namespace
Whim.CommandPalette
Assembly
Whim.CommandPalette.dll
CommandPalettePlugin displays a rudimentary command palette window. It allows the user to interact with the loaded commands of Whim.
public interface ICommandPalettePlugin : IPlugin, IDisposable
Inherited Members

Properties

Config

The configuration for the command palette plugin.
CommandPaletteConfig Config { get; }

Property Value

CommandPaletteConfig

Methods

Activate(BaseVariantConfig?)

Activate the command palette.
void Activate(BaseVariantConfig? config = null)

Parameters

config BaseVariantConfig

Hide()

Hide the command palette.
void Hide()

Toggle()

Toggle the visibility of the command palette.
void Toggle()