Class

TaskView

TaskView(data)

TaskView Model
Constructor

# new TaskView(data)

Model constructor
Parameters:
Name Type Description
data TaskViewLike

View Source model/TaskView.js, line 6

Classes

TaskView

Members

String

# createdBy

The id of the user who created this task view.

View Source model/TaskView.js, line 72

String

# createdOn

The date this task view was created

View Source model/TaskView.js, line 64

String

# filter

The filter query that is applied to the tasks results. The syntax follows the normal filter coventions that can be used on GET routes.

View Source model/TaskView.js, line 40

String

# filterSettings

The filter settings to display.

View Source model/TaskView.js, line 48

String

# id

The id of the task view.

View Source model/TaskView.js, line 24

Boolean

# isShared

Whether this task view is shared within the workspace.

View Source model/TaskView.js, line 32

String

# name

The name of the task view.

View Source model/TaskView.js, line 56

String

# updatedBy

The id of the user who last modified this task view.

View Source model/TaskView.js, line 88

String

# updatedOn

The date this task view was last modified.

View Source model/TaskView.js, line 80