mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ADF-2463] Moved doc files to subfolders (#3081)
This commit is contained in:
committed by
Eugenio Romano
parent
c27273cb7d
commit
e33cb06371
@@ -0,0 +1,23 @@
|
||||
---
|
||||
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)
|
||||
Reference in New Issue
Block a user