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 IStatusMessage interface is used to define a status message in the Command Palette. It provides properties to specify the message text, progress state, and overall state of the message.
Properties
| Property | Type | Description |
|---|---|---|
| Message | String | The message text to be displayed in the Command Palette. This property is used to provide information or feedback to the user. |
| Progress | IProgressState | The progress state of the message. This property is used to indicate the progress of an operation or task associated with the message. |
| State | MessageState | The overall state of the message. This property is used to categorize the message, such as success, error, or warning. |
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