Edit

Share via


IFilters.GetFilters() Method

Definition

Namespace: Microsoft.CommandPalette.Extensions

The GetFilters method 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.

Returns

An IFilterItem[] that contains the list of available filters. Each item in the array represents a filter that can be applied to the items displayed in the Command Palette.