Skip to content

Commit 20f8524

Browse files
committed
fill in more pages
1 parent a19fe00 commit 20f8524

File tree

9 files changed

+66
-18
lines changed

9 files changed

+66
-18
lines changed
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,22 @@
11
---
2-
title: IContent Interface
2+
title: IDetails 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
---
88

9-
# IContent Interface
9+
# IDetails Interface
1010

1111
## Definition
1212

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

1515
## Properties
16+
17+
| Property | Type | Description |
18+
| :--- | :--- | :--- |
19+
| Body | String | |
20+
| HeroImage | [IIconInfo](iiconinfo.md) | |
21+
| Metadata | [IDetailsElement[]](idetailselement.md) | |
22+
| Title | String | |
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
---
2-
title: IContent Interface
2+
title: IDetailsCommand 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
---
88

9-
# IContent Interface
9+
# IDetailsCommand Interface
1010

1111
## Definition
1212

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

1515
## Properties
16+
17+
| Property | Type | Description |
18+
| :--- | :--- | :--- |
19+
| Command | [ICommand](icommand.md) | |

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: IDetailsElement 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+
| Data | [IDetailsData](idetailsdata.md) | |
20+
| Key | String | |
Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
---
2-
title: IContent Interface
2+
title: IDetailsLink 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
---
88

9-
# IContent Interface
9+
# IDetailsLink Interface
1010

1111
## Definition
1212

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

1515
## Properties
16+
17+
| Property | Type | Description |
18+
| :--- | :--- | :--- |
19+
| Link | Windows.Foundation.Uri | |
20+
| Text | String | |
Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
---
2-
title: IContent Interface
2+
title: IDetailsTags 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
---
88

9-
# IContent Interface
9+
# IDetailsTags Interface
1010

1111
## Definition
1212

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

1515
## Properties
16+
17+
| Property | Type | Description |
18+
| :--- | :--- | :--- |
19+
| Tags | [ITag[]](itag.md) | |

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: ILogMessage 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+
| Message | String | |
20+
| State | [MessageState](messagestate.md) | |

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: IProgressState 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+
| IsIndeterminate | Boolean | |
20+
| ProgressPercent | UInt32 | |

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: IStatusMessage 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+
| Message | String | |
20+
| Progress | [IProgressState](iprogressstate.md) | |
21+
| State | [MessageState](messagestate.md) | |

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: MessageState Enum
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 | Value | Description |
18+
| :--- | :--- | :--- |
19+
| Error | | |
20+
| Info | 0 | |
21+
| Success | | |
22+
| Warning | | |

0 commit comments

Comments
 (0)