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 IDynamicListPage interface is used to define a dynamic list page in the Command Palette. This interface allows extensions to create and manage dynamic lists of items that can be displayed in the Command Palette.
A dynamic list leaves the extension in charge of filtering the list of items.
Properties
| Property | Type | Description |
|---|---|---|
| SearchText | String | The search text used to filter the list of items. This property is used to define the text that is used to filter the items in the dynamic list. |
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