Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 780 Bytes

task-comments.component.md

File metadata and controls

29 lines (21 loc) · 780 Bytes
Title Added Status
Task Comments Component
v5.1.0
Active

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 Determines if comments are read only.
taskId string The numeric ID of the task.