2023-01-02 14:00:01 +00:00

770 B

Title, Added, Status
Title Added Status
Task Comments Component v5.1.0 Active

Task Comments Component

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

adf-comments

Basic Usage Task

<adf-task-comments
    [taskId]="YOUR_TASK_ID"
    [readOnly]="YOUR_READ_ONLY_FLAG">
</adf-task-comments>

Class members

Properties

Name Type Default value Description
readOnly boolean Are the comments read only?
taskId string The numeric ID of the task.