967 B

Title, Added, Status, Last reviewed
Title Added Status Last reviewed
People Component v2.0.0 Active 2024-05-16

People Component

Displays users involved with a specified task

people component

Basic Usage

<adf-people 
    [people]="YOUR_INVOLVED_PEOPLE_LIST" 
    [taskId]="YOUR_TASK_ID"
    [readOnly]="YOUR_READ_ONLY_FLAG">
</adf-people>

Class members

Properties

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.

Events

  • error: Emitted when an error occurs.