mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-22 15:11:57 +00:00
* Generate docs * Fix duplicated Optional and restore code block ticks * Fix docbuild command errors, improve documentations --------- Co-authored-by: Amedeo Lepore <amedeo.lepore85@gmail.com> Co-authored-by: Amedeo Lepore <amedeo.lepore@hyland.com>
780 B
780 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.
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. |
