Title | Added | Status |
---|---|---|
Node Comments Component |
v5.1.0 |
Active |
Displays comments from users involved in a specified content and allows an involved user to add a comment to a content.
<adf-node-comments
[nodeId]="YOUR_NODE_ID"
[readOnly]="YOUR_READ_ONLY_FLAG">
</adf-node-comments>
Name | Type | Default value | Description |
---|---|---|---|
nodeId | string |
nodeId of the document that has comments | |
readOnly | boolean |
make the comments component readOnly |