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: docs/documentation/docs/controls/ListItemAttachments.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,8 @@ The `ListItemAttachments` control can be configured with the following propertie
59
59
| itemId | number | no | List Item Id |
60
60
| listId | string | yes | Guid of the list. |
61
61
| webUrl | string | no | URL of the site. By default it uses the current site URL. |
62
+
| label | string | no | Main text to display on the placeholder, next to the icon. |
63
+
| description | string | no | Description text to display on the placeholder, below the main text and icon. |
62
64
| disabled | boolean | no | Specifies if the control is disabled or not. |
63
65
| openAttachmentsInNewWindow | boolean | no | Specifies if the attachment should be openend in a separate browser tab. Use this property set to `true` if you plan to use the component in Microsoft Teams. |
0 commit comments