Displays comments from users involved in a specified environment and allows an involved user to add a comment to a environment.

adf-comments

Basic Usage Task

<adf-comments
    [id]="YOUR_ID"
    [readOnly]="YOUR_READ_ONLY_FLAG">
</adf-comments>

Class members

Properties

NameTypeDefault valueDescription
idstringThe numeric ID of the task.
readOnlybooleanfalseAre the comments read only?

Events

NameTypeDescription
errorEventEmitter<any>Emitted when an error occurs while displaying/adding a comment.

© 2023 Alfresco Software, Inc. All Rights Reserved.