ITask
@spartanfx/react / index / ITask
Interface: ITask
Core task model
Properties
Required
| Property | Type | Description |
|---|---|---|
assignedTo | ITaskAssignee | - |
created | Date | - |
dueDate | Date | - |
id | number | - |
modified | Date | - |
order | number | - |
status | string | - |
title | string | - |
Options
| Property | Type | Description |
|---|---|---|
description? | string | - |