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 IContentPage interface is used to define a content page in the Command Palette. Content pages can be used to display additional information or resources related to the item being displayed in the Command Palette.
Properties
| Property | Type | Description |
|---|---|---|
| Commands | IContextItem[] | The commands associated with the content page. |
| Details | IDetails | The details associated with the content page. |
Methods
| Method | Description |
|---|---|
| GetContent() | Retrieves the content associated with the content page. |
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