Class

SubTask

SubTask(data)

SubTask Model
Constructor

# new SubTask(data)

Model constructor
Parameters:
Name Type Description
data SubTaskLike

View Source model/SubTask.js, line 6

Classes

SubTask

Members

String

# createdBy

The id of the user who created this check list.

View Source model/SubTask.js, line 64

String

# createdOn

The date this check list was created.

View Source model/SubTask.js, line 56

String

# id

The id of the check list.

View Source model/SubTask.js, line 48

Boolean

# isDone

Whether the check list Item is done.

View Source model/SubTask.js, line 24

String

# name

The name of the check list Item.

View Source model/SubTask.js, line 32

Number

# order

The order of the check list item.

View Source model/SubTask.js, line 40

String

# taskId

The id of the task this check list belongs to.

View Source model/SubTask.js, line 88

String

# updatedBy

The id of the user who last modified this check list.

View Source model/SubTask.js, line 80

String

# updatedOn

The date this check list was last modified.

View Source model/SubTask.js, line 72