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
The IFilter interface represents a filter in the Command Palette. It is used to define the properties and methods associated with a filter that can be applied to the items displayed in the Command Palette.
Properties
| Property | Type | Description |
|---|---|---|
| Icon | IIconInfo | The icon associated with the filter. This property is used to define the visual representation of the filter in the Command Palette. |
| Id | String | The unique identifier for the filter. This property is used to identify the filter in the Command Palette. |
| Name | String | The name of the filter. This property is used to define the display name of the filter in the Command Palette. |
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