Skip to content

Commit c4289cb

Browse files
committed
start filling in pages
1 parent 9fe2f46 commit c4289cb

File tree

10 files changed

+59
-6
lines changed

10 files changed

+59
-6
lines changed

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

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,15 @@ no-loc: [PowerToys, Windows, Insider]
1212

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

15-
## Properties
15+
## Fields
16+
17+
| Field | Description |
18+
| :--- | :--- |
19+
| Confirm | Display a confirmation dialog. |
20+
| Dismiss | Reset the palette to the main page and dismiss. |
21+
| GoBack | Go back one level. |
22+
| GoHome | Go back to the main page and keep it open. |
23+
| GoToPage | Go to another page. [IGoToPageArgs](igotopageargs.md) will define where. |
24+
| Hide | Keep this page open and hide the palette. |
25+
| KeepOpen | Do nothing. |
26+
| ShowToast | Display a transient message to the user. |

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
| Icon | String | Gets the icon. |
20+
| Data | Windows.Storage.Streams.IRandomAccessStreamReference | Gets the data of the icon. |

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
| Light | [IIconData](iicondata.md) | Gets the light mode version of the icon. |
20+
| Dark | [IIconData](iicondata.md) | Gets the dark mode version of the icon. |

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
| TotalItems | Int32 | Gets the number of items changed. |

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ no-loc: [PowerToys, Windows, Insider]
1212

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

15-
## Properties
15+
## Events
16+
17+
| Event | Description |
18+
| :--- | :--- |
19+
| Windows.Foundation.TypedEventHandler<Object, [IItemsChangedEventArgs](iitemschangedeventargs.md)> ItemsChanged | |

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ no-loc: [PowerToys, Windows, Insider]
1212

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

15-
## Properties
15+
## Events
16+
17+
| Event | Description |
18+
| :--- | :--- |
19+
| Windows.Foundation.TypedEventHandler<Object, [IPropChangedEventArgs](ipropchangedeventargs.md)> PropChanged | |

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
| PropertyName | String | Gets the property name. |

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,10 @@ 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+
| Modifiers | Windows.System.VirtualKeyModifiers | |
20+
| Vkey | Int32 | |
21+
| ScanCode | Int32 | |

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,10 @@ no-loc: [PowerToys, Windows, Insider]
1212

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

15-
## Properties
15+
## Fields
16+
17+
| Field | Description |
18+
| :--- | :--- |
19+
| GoBack | Go back one page before navigating to the target page. |
20+
| GoHome | Go to the home page before navigating to the target page. |
21+
| Push | Push the target page onto the navigation stack. |

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@ no-loc: [PowerToys, Windows, Insider]
1212

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

15-
## Properties
15+
## Fields
16+
17+
| Name | Value | Description |
18+
| :--- | :--- | :--- |
19+
| Commands | 0 | |

0 commit comments

Comments
 (0)