---
Title: Task Attachment List Component
Added: v2.0.0
Status: Active
Last reviewed: 2019-01-14
---
# [Task Attachment List Component](../../lib/process-services/attachment/task-attachment-list.component.ts "Defined in task-attachment-list.component.ts")
Displays documents attached to a specified task.

## Basic Usage
```html
```
### [Transclusions](../user-guide/transclusion.md)
Any content inside the `` element will be displayed
when the list is empty:
```html
```

A default "no content" template is displayed if you don't supply one to override it:

## Class members
### Properties
| Name | Type | Default value | Description |
| ---- | ---- | ------------- | ----------- |
| disabled | `boolean` | false | Disable/Enable read only mode for attachement list. |
| taskId | `string` | | (**required**) The ID of the task to display. |
### Events
| Name | Type | Description |
| ---- | ---- | ----------- |
| attachmentClick | [`EventEmitter`](https://angular.io/api/core/EventEmitter)`