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.Toolkit
Inherits BaseObservable
Implements IStatusMessage
The StatusMessage class is used to represent a status message in the command palette. It provides properties to set the message text, progress state, and message state.
Properties
| Property | Type | Description |
|---|---|---|
| Message | String | The text of the message. This property is used to display a message to the user in the command palette. |
| Progress | IProgressState | The progress state of the message. This property is used to indicate the progress of an operation. |
| State | MessageState | The state of the message. This property is used to indicate the status of the message, such as success or error. |
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