Edit

Share via


ICommandResult Interface

Definition

Namespace: Microsoft.CommandPalette.Extensions

Indicates what the Command Palette should do after the command is executed. This allows for commands to control the flow of the Command Palette.

Derived CommandResult

Properties

Property Type Description
Args ICommandResultArgs The arguments for the command result.
Kind CommandResultKind The kind of command result.