Class

ProjectType

ProjectType(data)

ProjectType Model
Constructor

# new ProjectType(data)

Model constructor
Parameters:
Name Type Description
data ProjectTypeLike

View Source model/ProjectType.js, line 8

Classes

ProjectType

Members

String

# createdBy

The id of the user who created this entity.

View Source model/ProjectType.js, line 85

String

# createdOn

The date this entity was created.

View Source model/ProjectType.js, line 77

String

# description

A short (max. 140 characters) description of the project type.

View Source model/ProjectType.js, line 45

Icon

# icon

The identifier of the project type icon.

View Source model/ProjectType.js, line 53

String

# id

The id of the type.

View Source model/ProjectType.js, line 29

Boolean

# isArchived

Whether this type is archived. It can no longer be used to create projects, but existing ones will continue using it.

View Source model/ProjectType.js, line 61

Boolean

# isPreset

Whether this type is one of the preset types. Preset types cannot be edited.

View Source model/ProjectType.js, line 69

# name

The name of the project type.

View Source model/ProjectType.js, line 37

String

# updatedBy

The id of the user who last modified this entity.

View Source model/ProjectType.js, line 101

String

# updatedOn

The date this entity was last modified.

View Source model/ProjectType.js, line 93