Edit

DetailsTags Class

Definition

Namespace: Microsoft.CommandPalette.Extensions.Toolkit

Implements IDetailsTags

The DetailsTags class is used to define a set of tags that can be associated with items in the Command Palette. Tags are useful for categorizing or labeling items, making it easier for users to find and filter them based on specific criteria.

Properties

Property Type Description
Tags ITag[] An array of tags associated with the item.