Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 855 Bytes

File metadata and controls

24 lines (17 loc) · 855 Bytes
title ICommandResult Interface
description The ICommandResult interface indicates what the Command Palette should do after the command is executed.
ms.date 2/10/2025
ms.topic reference
no-loc
PowerToys
Windows
Insider

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.