You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/apps/develop/widgets/widget-provider-manifest.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -119,7 +119,7 @@ Represents the registration for a single widget.
119
119
120
120
| Attribute | Type | Required | Description | Default value |
121
121
|---|---|---|---|---|
122
-
|**Id**| string | Yes | An ID that identifies the widget. Widget provider implementations use this string to determine or specify which of the app's widgets is being referenced for each operation. This string must be unique for all widgets defined within the app manifest file. | N/A |
122
+
|**Id**| string | Yes | An ID that identifies the widget. This value is also displayed in the navigation bar of the widget picker. Widget provider implementations use this string to determine or specify which of the app's widgets is being referenced for each operation. This string must be unique for all widgets defined within the app manifest file. | N/A |
123
123
|**DisplayName**| string | Yes | The name of the widget that is displayed on the widgets host. | N/A |
124
124
|**Description**| string | Yes | Short description of the widget. | N/A |
125
125
|**AllowMultiple**| boolean | No | Set to false if only one instance of this widget is supported. This attribute is optional and the default value is true. | true |
0 commit comments