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 IFilters interface is used to manage the filters in the Command Palette. It provides methods to retrieve the current filter ID and to get a list of available filters.
Properties
| Property | Type | Description |
|---|---|---|
| CurrentFilterId | String | The ID of the currently selected filter. This property is used to identify which filter is currently active in the Command Palette. |
Methods
| Method | Description |
|---|---|
| GetFilters() | Retrieves a list of available filters in the Command Palette. This method is used to get the filters that can be applied to the items displayed 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