Title | Added | Status | Last reviewed |
---|---|---|---|
People Component |
v2.0.0 |
Active |
2024-05-16 |
Displays users involved with a specified task
<adf-people
[people]="YOUR_INVOLVED_PEOPLE_LIST"
[taskId]="YOUR_TASK_ID"
[readOnly]="YOUR_READ_ONLY_FLAG">
</adf-people>
Name | Type | Default value | Description |
---|---|---|---|
people | LightUserRepresentation[] |
[] | The array of User objects to display. |
readOnly | boolean |
false | Should the data be read-only? |
taskId | string |
"" | The numeric ID of the task. |
error
: Emitted when an error occurs.