Skip to content

Commit 6976cbe

Browse files
committed
more updates
1 parent dddeb51 commit 6976cbe

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

hub/dev-environment/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,8 @@ items:
131131
href: ../powertoys/command-palette/creating-an-extension.md
132132
- name: Publishing your extension
133133
href: ../powertoys/command-palette/publish-extension.md
134+
- name: Extension samples
135+
href: ../powertoys/command-palette/samples.md
134136
- name: Command Palette SDK namespaces
135137
href: ../powertoys/command-palette/sdk-namespaces.md
136138
- name: Microsoft.CommandPalette.Extensions
@@ -351,8 +353,6 @@ items:
351353
items:
352354
- name: Microsoft.CommandPalette.Extensions.Toolkit
353355
href: ../powertoys/command-palette/microsoft-commandpalette-extensions-toolkit/microsoft-commandpalette-extensions-toolkit.md
354-
- name: Extension samples
355-
href: ../powertoys/command-palette/samples.md
356356
- name: Crop And Lock
357357
href: ../powertoys/crop-and-lock.md
358358
- name: Environment Variables

hub/powertoys/command-palette/microsoft-commandpalette-extensions/icommand.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Action a user can take within the Command Palette.
1818

1919
| Property | Type | Description |
2020
| :--- | :--- | :--- |
21-
| Name | String | Gets the name of the command. |
22-
| Id | String | Gets the ID of the command. |
2321
| Icon | [IIconInfo](iiconinfo.md) | Gets the icon of the command. |
22+
| Id | String | Gets the ID of the command. This is optional but can help support more efficient command lookup in [ICommandProvider.GetCommand()](icommandprovider_getcommand.md). |
23+
| Name | String | Gets the name of the command. |
2424

2525
## Samples
2626

hub/powertoys/command-palette/microsoft-commandpalette-extensions/iinvokablecommand_invoke.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ The method called when a user selects a command.
1717
## Parameters
1818

1919
`sender` Object
20+
Represents the context of where the command was invoked from.
2021

2122
## Returns
2223

0 commit comments

Comments
 (0)