mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
24 lines
307 B
Markdown
24 lines
307 B
Markdown
---
|
|
Added: v2.0.0
|
|
Status: Active
|
|
---
|
|
# Task Details model
|
|
|
|
Information about a task.
|
|
|
|
## Details
|
|
|
|
```json
|
|
{
|
|
"id": "string",
|
|
"assignee": "User",
|
|
"dueDate": "data",
|
|
"endDate": "string",
|
|
"description": "string"
|
|
}
|
|
```
|
|
|
|
## See Also
|
|
|
|
- [Task header component](task-header.component.md)
|