Skip to content

Commit a19fe00

Browse files
committed
fill in more pages
1 parent c4289cb commit a19fe00

File tree

13 files changed

+128
-16
lines changed

13 files changed

+128
-16
lines changed

hub/dev-environment/toc.yml

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,15 @@ items:
180180
- name: IDynamicListPage
181181
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/idynamiclistpage.md
182182
- name: IExtension
183-
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iextension.md
183+
items:
184+
- name: IExtension
185+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iextension.md
186+
- name: Methods
187+
items:
188+
- name: Dispose
189+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iextension_dispose.md
190+
- name: GetProvider
191+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iextension_getprovider.md
184192
- name: IExtensionHost
185193
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iextensionhost.md
186194
- name: IFallbackCommandItem
@@ -190,7 +198,13 @@ items:
190198
- name: IFilter
191199
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/ifilter.md
192200
- name: IFilters
193-
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/ifilters.md
201+
items:
202+
- name: IFilters
203+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/ifilters.md
204+
- name: Methods
205+
items:
206+
- name: Filters
207+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/ifilters_filters.md
194208
- name: IFilterItem
195209
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/ifilteritem.md
196210
- name: IForm
@@ -208,7 +222,13 @@ items:
208222
- name: IIconInfo
209223
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iiconinfo.md
210224
- name: IInvokableCommand
211-
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iinvokablecommand.md
225+
items:
226+
- name: IInvokableCommand
227+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iinvokablecommand.md
228+
- name: Methods
229+
items:
230+
- name: Invoke
231+
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iinvokablecommand_invoke.md
212232
- name: IItemsChangedEventArgs
213233
href: ../powertoys/command-palette/microsoft-commandpalette-extensions/iitemschangedeventargs.md
214234
- name: IListItem

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Color Struct
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
---
@@ -12,4 +12,11 @@ no-loc: [PowerToys, Windows, Insider]
1212

1313
Namespace: [Microsoft.CommandPalette.Extensions](microsoft-commandpalette-extensions.md)
1414

15-
## Properties
15+
## Fields
16+
17+
| Field | Type | Description |
18+
| :--- | :--- | :--- |
19+
| A | UInt8 | Alpha value |
20+
| B | UInt8 | Blue value |
21+
| G | UInt8 | Green value |
22+
| R | UInt8 | Red value |

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: ICommandResult 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+
| Args | [ICommandResultArgs](icommandresultargs.md) | |
20+
| Kind | [CommandResultKind](commandresultkind.md) | |

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: IConfirmationArgs 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,10 @@ no-loc: [PowerToys, Windows, Insider]
1313
Namespace: [Microsoft.CommandPalette.Extensions](microsoft-commandpalette-extensions.md)
1414

1515
## Properties
16+
17+
| Property | Type | Description |
18+
| :--- | :--- | :--- |
19+
| Description | String | |
20+
| IsPrimaryCommandCritical | Boolean | |
21+
| PrimaryCommand | [ICommand](icommand.md) | |
22+
| Title | String | |

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: IFilter 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,9 @@ no-loc: [PowerToys, Windows, Insider]
1313
Namespace: [Microsoft.CommandPalette.Extensions](microsoft-commandpalette-extensions.md)
1414

1515
## Properties
16+
17+
| Property | Type | Description |
18+
| :--- | :--- | :--- |
19+
| Icon | [IIconInfo](iiconinfo.md) | |
20+
| Id | String | |
21+
| Name | String | |

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

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: IFilters 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,13 @@ no-loc: [PowerToys, Windows, Insider]
1313
Namespace: [Microsoft.CommandPalette.Extensions](microsoft-commandpalette-extensions.md)
1414

1515
## Properties
16+
17+
| Property | Type | Description |
18+
| :--- | :--- | :--- |
19+
| CurrentFilterId | String | |
20+
21+
## Methods
22+
23+
| Method | Description |
24+
| :--- | :--- |
25+
| [Filters()](ifilters_filters.md) | |
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: IFilters.Filters() Method
3+
description:
4+
ms.date: 2/7/2025
5+
ms.topic: reference
6+
no-loc: [PowerToys, Windows, Insider]
7+
---
8+
9+
# IFilters.Filters() Method
10+
11+
## Definition
12+
13+
Namespace: [Microsoft.CommandPalette.Extensions](microsoft-commandpalette-extensions.md)

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: IGoToPageArgs 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+
| NavigationMode | [NavigationMode](navigationmode.md) | |
20+
| PageId | String | |

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

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: IInvokableCommand 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
---
@@ -12,4 +12,8 @@ no-loc: [PowerToys, Windows, Insider]
1212

1313
Namespace: [Microsoft.CommandPalette.Extensions](microsoft-commandpalette-extensions.md)
1414

15-
## Properties
15+
## Methods
16+
17+
| Method | Description |
18+
| :--- | :--- |
19+
| [Invoke(Object)](iinvokablecommand_invoke.md) | |
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
---
2+
title: IInvokableCommand.Invoke(Object) Method
3+
description:
4+
ms.date: 2/7/2025
5+
ms.topic: reference
6+
no-loc: [PowerToys, Windows, Insider]
7+
---
8+
9+
# IInvokableCommand.Invoke(Object) Method
10+
11+
## Definition
12+
13+
Namespace: [Microsoft.CommandPalette.Extensions](microsoft-commandpalette-extensions.md)
14+
15+
## Parameters
16+
17+
`sender` Object

0 commit comments

Comments
 (0)