Table of Contents

Interface IMatcherVariantConfig<TData>

Namespace
Whim.CommandPalette
Assembly
Whim.CommandPalette.dll
Config for command palette variants which use a matcher.
public interface IMatcherVariantConfig<TData>

Type Parameters

TData
The type of data the matcher matches.

Properties

Matcher

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

Property Value

IMatcher<TData>