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
Derived ToastArgs
The IToastArgs interface is used to define the arguments for a toast notification in the Command Palette. It provides properties to specify the message and the result of the command associated with the toast.
Properties
| Property | Type | Description |
|---|---|---|
| Message | String | The message to be displayed in the toast notification. |
| Result | ICommandResult | The result of the command associated with the toast notification. This property is used to provide additional information about the command's execution. |
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