แก้ไข

แชร์ผ่าน


IFallbackCommandItem Interface

Definition

Namespace: Microsoft.CommandPalette.Extensions

The IFallbackCommandItem interface represents a fallback command item in the Command Palette. It is used to define the properties and methods associated with a fallback command item that can be displayed in the Command Palette when no other commands match the user's input.

Properties

Property Type Description
FallbackHandler IFallbackHandler The fallback handler associated with the command item. This property is used to define the behavior of the command item when it is selected.