File tree Expand file tree Collapse file tree 4 files changed +21
-6
lines changed
powertoys/command-palette/microsoft-commandpalette-extensions Expand file tree Collapse file tree 4 files changed +21
-6
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,9 @@ items:
139
139
href : ../powertoys/command-palette/microsoft-commandpalette-extensions/microsoft-commandpalette-extensions.md
140
140
- name : Color
141
141
- name : CommandResultKind
142
+ href : ../powertoys/command-palette/microsoft-commandpalette-extensions/commandresultkind.md
142
143
- name : ICommand
144
+ href : ../powertoys/command-palette/microsoft-commandpalette-extensions/icommand.md
143
145
- name : ICommandContextItem
144
146
- name : ICommandItem
145
147
- name : ICommandProvider
@@ -193,6 +195,7 @@ items:
193
195
- name : KeyChord
194
196
- name : MessageState
195
197
- name : NavigationMode
198
+ href : ../powertoys/command-palette/microsoft-commandpalette-extensions/navigationmode.md
196
199
- name : OptionalColor
197
200
- name : ProviderType
198
201
- name : Microsoft.CommandPalette.Extensions.Toolkit
Original file line number Diff line number Diff line change
1
+ ---
2
+ -api-id : T:Microsoft.CommandPalette.Extensions.CommandResultKind
3
+ -api-type : enum
4
+ ---
5
+
6
+ # Microsoft.CommandPalette.Extensions.CommandResultKind
7
+
8
+ ## -description
Original file line number Diff line number Diff line change 3
3
-api-type : interface
4
4
---
5
5
6
- # ICommand Interface
6
+ # Microsoft.CommandPalette.Extensions. ICommand
7
7
8
- ## Definition
9
-
10
- ##### Namespace: Microsoft.CommandPalette.Extensions
11
-
12
- ### Namespace
8
+ ## -description
Original file line number Diff line number Diff line change
1
+ ---
2
+ -api-id : T:Microsoft.CommandPalette.Extensions.NavigationMode
3
+ -api-type : enum
4
+ ---
5
+
6
+ # Microsoft.CommandPalette.Extensions.NavigationMode
7
+
8
+ ## -description
You can’t perform that action at this time.
0 commit comments