Skip to content

Commit 6ae7d28

Browse files
committed
update overview page
1 parent 1877de9 commit 6ae7d28

File tree

3 files changed

+81
-6
lines changed

3 files changed

+81
-6
lines changed

hub/dev-environment/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -719,9 +719,9 @@ items:
719719
href: ../powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/propchangedeventargs_constructor.md
720720
- name: SearchPrecisionScore
721721
href: ../powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/searchprecisionscore.md
722-
- name: Setting<T>
722+
- name: Setting
723723
items:
724-
- name: Setting<T>
724+
- name: Setting
725725
href: ../powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/setting.md
726726
- name: Constructors
727727
href: ../powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/setting_constructor.md

hub/powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/detailsseparator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: DetailsSeparator Class
33
description:
4-
ms.date: 2/25/2025
4+
ms.date: 2/27/2025
55
ms.topic: reference
66
no-loc: [PowerToys, Windows, Insider]
77
---
88

9-
# DetailsLink Class
9+
# DetailsSeparator Class
1010

1111
## Definition
1212

Lines changed: 77 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,87 @@
11
---
22
title: Microsoft.CommandPalette.Extensions.Toolkit Namespace
33
description: The Command Palette provides a full extension model, allowing developers to create their own experiences for the palette. Find info about how to use the Microsoft.CommandPalette.Extensions.Toolkit namespace to author an extension.
4-
ms.date: 2/5/2025
4+
ms.date: 2/27/2025
55
ms.topic: concept-article
66
no-loc: [PowerToys, Windows, Insider]
77
# Customer intent: As a Windows developer, I want to learn how to use the Command Palette SDK to create an extension.
88
---
99

1010
# Microsoft.CommandPalette.Extensions.Toolkit Namespace
1111

12-
Contains helper classes that make creating extensions easier.
12+
Contains helper classes that make creating extensions easier.
13+
14+
## Interfaces
15+
16+
| Interface | Description |
17+
| :--- | :--- |
18+
| [ISettingsForm](isettingsform.md) | |
19+
20+
## Classes
21+
22+
| Class | Description |
23+
| :--- | :--- |
24+
| [AnonymousCommand](anonymouscommand.md) | |
25+
| [BaseObservable](baseobservable.md) | |
26+
| [ChoiceSetSetting](choicesetsetting.md) | |
27+
| [ClipboardHelper](clipboardhelper.md) | |
28+
| [ColorHelpers](colorhelpers.md) | |
29+
| [Command](command.md) | |
30+
| [CommandContextItem](commandcontextitem.md) | |
31+
| [CommandItem](commanditem.md) | |
32+
| [CommandProvider](commandprovider.md) | |
33+
| [CommandResult](commandresult.md) | |
34+
| [ConfirmationArgs](confirmationargs.md) | |
35+
| [ContentPage](contentpage.md) | |
36+
| [CopyTextCommand](copytextcommand.md) | |
37+
| [Details](details.md) | |
38+
| [DetailsCommand](detailscommand.md) | |
39+
| [DetailsElement](detailselement.md) | |
40+
| [DetailsLink](detailslink.md) | |
41+
| [DetailsSeparator](detailsseparator.md) | |
42+
| [DetailsTags](detailstags.md) | |
43+
| [DynamicListPage](dynamiclistpage.md) | |
44+
| [ExtensionHost](extensionhost.md) | |
45+
| [FallbackCommandItem](fallbackcommanditem.md) | |
46+
| [Filter](filter.md) | |
47+
| [FormContent](formcontent.md) | |
48+
| [GoToPageArgs](gotopageargs.md) | |
49+
| [IconData](icondata.md) | |
50+
| [IconHelpers](iconhelpers.md) | |
51+
| [IconInfo](iconinfo.md) | |
52+
| [InvokableCommand](invokablecommand.md) | |
53+
| [ItemsChangedEventArgs](itemschangedeventargs.md) | |
54+
| [JsonSettingsManager](jsonsettingsmanager.md) | |
55+
| [KeyChordHelpers](keychordhelpers.md) | |
56+
| [ListHelpers](listhelpers.md) | |
57+
| [ListItem](listitem.md) | |
58+
| [ListPage](listpage.md) | |
59+
| [LogMessage](logmessage.md) | |
60+
| [MarkdownContent](markdowncontent.md) | |
61+
| [MatchOption](matchoption.md) | |
62+
| [MatchResult](matchresult.md) | |
63+
| [NoOpCommand](noopcommand.md) | |
64+
| [OpenUrlCommand](openurlcommand.md) | |
65+
| [Page](page.md) | |
66+
| [ProgressState](progressstate.md) | |
67+
| [PropChangedEventArgs](propchangedeventargs.md) | |
68+
| [Setting](setting.md) | |
69+
| [Settings](settings.md) | |
70+
| [SettingsForm](settingsform.md) | |
71+
| [ShellHelpers](shellhelpers.md) | |
72+
| [StatusMessage](statusmessage.md) | |
73+
| [StringMatcher](stringmatcher.md) | |
74+
| [Tag](tag.md) | |
75+
| [TextSetting](textsetting.md) | |
76+
| [ThumbnailHelper](thumbnailhelper.md) | |
77+
| [ToastArgs](toastargs.md) | |
78+
| [ToastStatusMessage](toaststatusmessage.md) | |
79+
| [ToggleSetting](togglesetting.md) | |
80+
| [TreeContent](treecontent.md) | |
81+
| [Utilities](utilities.md) | |
82+
83+
## Enums
84+
85+
| Enum | Description |
86+
| :--- | :--- |
87+
| [SearchPrecisionScore](searchprecisionscore.md) | |

0 commit comments

Comments
 (0)