Skip to content

Commit 8a0a8d6

Browse files
committed
fill in rest of the pages
1 parent 20f8524 commit 8a0a8d6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+630
-32
lines changed

hub/dev-environment/toc.yml

Lines changed: 83 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,19 @@ items:
148148
- name: ICommandItem
149149
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/icommanditem.md
150150
- name: ICommandProvider
151-
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/icommandprovider.md
151+
items:
152+
- name: ICommandProvider
153+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/icommandprovider.md
154+
- name: Methods
155+
items:
156+
- name: FallbackCommands
157+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/icommandprovider_fallbackcommands.md
158+
- name: GetCommand
159+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/icommandprovider_getcommand.md
160+
- name: InitializeWithHost
161+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/icommandprovider_initializewithhost.md
162+
- name: TopLevelCommands
163+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/icommandprovider_toplevelcommands.md
152164
- name: ICommandResult
153165
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/icommandresult.md
154166
- name: ICommandResultArgs
@@ -160,7 +172,13 @@ items:
160172
- name: IContent
161173
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/icontent.md
162174
- name: IContentPage
163-
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/icontentpage.md
175+
items:
176+
- name: IContentPage
177+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/icontentpage.md
178+
- name: Methods
179+
items:
180+
- name: GetContent
181+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/icontentpage_getcontent.md
164182
- name: IContextItem
165183
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/icontextitem.md
166184
- name: IDetails
@@ -190,11 +208,27 @@ items:
190208
- name: GetProvider
191209
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iextension_getprovider.md
192210
- name: IExtensionHost
193-
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iextensionhost.md
211+
items:
212+
- name: IExtensionHost
213+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iextensionhost.md
214+
- name: Methods
215+
items:
216+
- name: HideStatus
217+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iextensionhost_hidestatus.md
218+
- name: LogMessage
219+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iextensionhost_logmessage.md
220+
- name: ShowStatus
221+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iextensionhost_showstatus.md
194222
- name: IFallbackCommandItem
195223
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/ifallbackcommanditem.md
196224
- name: IFallbackHandler
197-
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/ifallbackhandler.md
225+
items:
226+
- name: IFallbackHandler
227+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/ifallbackhandler.md
228+
- name: Methods
229+
items:
230+
- name: UpdateQuery
231+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/ifallbackhandler_updatequery.md
198232
- name: IFilter
199233
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/ifilter.md
200234
- name: IFilters
@@ -208,11 +242,35 @@ items:
208242
- name: IFilterItem
209243
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/ifilteritem.md
210244
- name: IForm
211-
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iform.md
245+
items:
246+
- name: IForm
247+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iform.md
248+
- name: Methods
249+
items:
250+
- name: DataJson
251+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iform_datajson.md
252+
- name: StateJson
253+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iform_statejson.md
254+
- name: SubmitForm
255+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iform_submitform.md
256+
- name: TemplateJson
257+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iform_templatejson.md
212258
- name: IFormContent
213-
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iformcontent.md
259+
items:
260+
- name: IFormContent
261+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iformcontent.md
262+
- name: Methods
263+
items:
264+
- name: SubmitForm
265+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iformcontent_submitform.md
214266
- name: IFormPage
215-
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iformpage.md
267+
items:
268+
- name: IFormPage
269+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iformpage.md
270+
- name: Methods
271+
items:
272+
- name: Forms
273+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iformpage_forms.md
216274
- name: IGoToPageArgs
217275
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/igotopageargs.md
218276
- name: IGridProperties
@@ -234,13 +292,29 @@ items:
234292
- name: IListItem
235293
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/ilistitem.md
236294
- name: IListPage
237-
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/ilistpage.md
295+
items:
296+
- name: IListPage
297+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/ilistpage.md
298+
- name: Methods
299+
items:
300+
- name: GetItems
301+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/ilistpage_getitems.md
302+
- name: LoadMore
303+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/ilistpage_loadmore.md
238304
- name: ILogMessage
239305
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/ilogmessage.md
240306
- name: IMarkdownContent
241307
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/imarkdowncontent.md
242308
- name: IMarkdownPage
243-
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/imarkdownpage.md
309+
items:
310+
- name: IMarkdownPage
311+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/imarkdownpage.md
312+
- name: Methods
313+
items:
314+
- name: Bodies
315+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/imarkdownpage_bodies.md
316+
- name: Details
317+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/imarkdownpage_details.md
244318
- name: INotifyItemsChanged
245319
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/inotifyitemschanged.md
246320
- name: INotifyPropChanged

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: ICommandContextItem Interface
33
description:
4-
ms.date: 2/6/2025
4+
ms.date: 2/7/2025
55
ms.topic: reference
66
no-loc: [PowerToys, Windows, Insider]
77
---
@@ -13,3 +13,8 @@ no-loc: [PowerToys, Windows, Insider]
1313
Namespace: [Microsoft.CommandPalette.Extensions](microsoft-commandpalette-extensions.md)
1414

1515
## Properties
16+
17+
| Property | Type | Description |
18+
| :--- | :--- | :--- |
19+
| IsCritical | Boolean | Makes the item red. |
20+
| RequestedShortcut | [KeyChord](keychord.md) | |

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: ICommandItem Interface
33
description:
4-
ms.date: 2/6/2025
4+
ms.date: 2/7/2025
55
ms.topic: reference
66
no-loc: [PowerToys, Windows, Insider]
77
---
@@ -13,3 +13,11 @@ no-loc: [PowerToys, Windows, Insider]
1313
Namespace: [Microsoft.CommandPalette.Extensions](microsoft-commandpalette-extensions.md)
1414

1515
## Properties
16+
17+
| Property | Type | Description |
18+
| :--- | :--- | :--- |
19+
| Command | [ICommand](icommand.md) | |
20+
| Icon | [IIconInfo](iiconinfo.md) | |
21+
| MoreCommands | [IContextItem[]](icontextitem.md) | |
22+
| Subtitle | String | |
23+
| Title | String | |

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

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: ICommandProvider Interface
33
description:
4-
ms.date: 2/6/2025
4+
ms.date: 2/7/2025
55
ms.topic: reference
66
no-loc: [PowerToys, Windows, Insider]
77
---
@@ -13,3 +13,20 @@ no-loc: [PowerToys, Windows, Insider]
1313
Namespace: [Microsoft.CommandPalette.Extensions](microsoft-commandpalette-extensions.md)
1414

1515
## Properties
16+
17+
| Property | Type | Description |
18+
| :--- | :--- | :--- |
19+
| DisplayName | String | |
20+
| Frozen | Boolean | |
21+
| Icon | [IIconInfo](iiconinfo.md) | |
22+
| Id | String | |
23+
| Settings | [ICommandSettings](icommandsettings.md) | |
24+
25+
## Methods
26+
27+
| Method | Description |
28+
| :--- | :--- |
29+
| [FallbackCommands()](icommandprovider_fallbackcommands.md) | |
30+
| [GetCommand(String)](icommandprovider_getcommand.md) | |
31+
| [InitializeWithHost(IExtensionHost)](icommandprovider_initializewithhost.md) | |
32+
| [TopLevelCommands()](icommandprovider_toplevelcommands.md) | |
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: ICommandProvider.FallbackCommands() Method
3+
description:
4+
ms.date: 2/7/2025
5+
ms.topic: reference
6+
no-loc: [PowerToys, Windows, Insider]
7+
---
8+
9+
# ICommandProvider.FallbackCommands() Method
10+
11+
## Definition
12+
13+
Namespace: [Microsoft.CommandPalette.Extensions](microsoft-commandpalette-extensions.md)
14+
15+
## Returns
16+
17+
[IFallbackCommandItem[]](ifallbackcommanditem.md)
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: ICommandProvider.GetCommand(String) Method
3+
description:
4+
ms.date: 2/7/2025
5+
ms.topic: reference
6+
no-loc: [PowerToys, Windows, Insider]
7+
---
8+
9+
# ICommandProvider.GetCommand(String) Method
10+
11+
## Definition
12+
13+
Namespace: [Microsoft.CommandPalette.Extensions](microsoft-commandpalette-extensions.md)
14+
15+
## Parameters
16+
17+
`id` String
18+
19+
## Returns
20+
21+
[ICommand](icommand.md)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: ICommandProvider.InitializeWithHost(IExtensionHost) Method
3+
description:
4+
ms.date: 2/7/2025
5+
ms.topic: reference
6+
no-loc: [PowerToys, Windows, Insider]
7+
---
8+
9+
# ICommandProvider.InitializeWithHost(IExtensionHost) Method
10+
11+
## Definition
12+
13+
Namespace: [Microsoft.CommandPalette.Extensions](microsoft-commandpalette-extensions.md)
14+
15+
## Parameters
16+
17+
`host` [IExtensionHost](iextensionhost.md)
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: ICommandProvider.TopLevelCommands() Method
3+
description:
4+
ms.date: 2/7/2025
5+
ms.topic: reference
6+
no-loc: [PowerToys, Windows, Insider]
7+
---
8+
9+
# ICommandProvider.TopLevelCommands() Method
10+
11+
## Definition
12+
13+
Namespace: [Microsoft.CommandPalette.Extensions](microsoft-commandpalette-extensions.md)
14+
15+
## Returns
16+
17+
[ICommandItem[]](icommanditem.md)

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: ICommandSettings Interface
33
description:
4-
ms.date: 2/6/2025
4+
ms.date: 2/7/2025
55
ms.topic: reference
66
no-loc: [PowerToys, Windows, Insider]
77
---
@@ -13,3 +13,7 @@ no-loc: [PowerToys, Windows, Insider]
1313
Namespace: [Microsoft.CommandPalette.Extensions](microsoft-commandpalette-extensions.md)
1414

1515
## Properties
16+
17+
| Property | Type | Description |
18+
| :--- | :--- | :--- |
19+
| SettingsPage | [IContentPage](icontentpage.md) | |

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: IContentPage Interface
33
description:
4-
ms.date: 2/6/2025
4+
ms.date: 2/7/2025
55
ms.topic: reference
66
no-loc: [PowerToys, Windows, Insider]
77
---
@@ -13,3 +13,14 @@ no-loc: [PowerToys, Windows, Insider]
1313
Namespace: [Microsoft.CommandPalette.Extensions](microsoft-commandpalette-extensions.md)
1414

1515
## Properties
16+
17+
| Property | Type | Description |
18+
| :--- | :--- | :--- |
19+
| Commands | [IContextItem[]](icontextitem.md) | |
20+
| Details | [IDetails](idetails.md) | |
21+
22+
## Methods
23+
24+
| Method | Description |
25+
| :--- | :--- |
26+
| [GetContent()](icontentpage_getcontent.md) | |

0 commit comments

Comments
 (0)