Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Definition
Namespace: Microsoft.CommandPalette.Extensions.Toolkit
The MatchOption class is used to define the options for matching in the command palette. It provides properties to specify how the matching should be performed, including case sensitivity and prefix/suffix matching.
Properties
Property | Type | Description |
---|---|---|
IgnoreCase | Boolean | Indicates whether the match should ignore case sensitivity. |
Prefix | String | Indicates whether the match should be a prefix match. |
Suffix | String | Indicates whether the match should be a suffix match. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Windows developer