Skip to content

Commit a7e0f9d

Browse files
author
wu.xiaojun
committed
minor change on ListItemComments.md
1 parent 2de9592 commit a7e0f9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/documentation/docs/controls/ListItemComments.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ import { ListItemComments } from '@pnp/spfx-controls-react/lib/ListItemComments'
3535
label="ListItem Comments"
3636
/>
3737
```
38-
## Use highlightedCommentId parameter to highlight the specified comment for Comment Notification Link
38+
## Use "highlightedCommentId" parameter to support Comment Notification Link
3939
SharePoint will send a comment notification if someone has been ***"@"*** in the comment. This comment notification mail contains a ***Go to comment*** button.
40+
4041
![ListItemComments](../assets/ListItemComments05.png)
4142

4243
The "Go to Comment" link is like [https://xxx.sharepoint.com/sites/xxxx/Lists/MyList/DispForm.aspx?ID=1&commentId=1&e=LURoEsg5Zki4cS4SgcIG7w&at=15&CT=1674882847351&OR=OWA-NT&CID=c3a04ee0-40b5-9591-e6a4-3fac33046a64](https://xxx.sharepoint.com/sites/xxxx/Lists/MyList/DispForm.aspx?ID=1&commentId=1&e=LURoEsg5Zki4cS4SgcIG7w&at=15&CT=1674882847351&OR=OWA-NT&CID=c3a04ee0-40b5-9591-e6a4-3fac33046a64), which contains ***commentId*** in url parameter.
@@ -55,6 +56,7 @@ You can use ***highlightedCommentId*** to specify the comment you want to highli
5556
/>
5657
```
5758

59+
![ListItemComments](../assets/ListItemComments06.png)
5860

5961
## Implementation
6062

0 commit comments

Comments
 (0)