Constructor # new Action(data) Model constructor Parameters: Name Type Description data ActionLike View Source model/Action.js, line 6 Classes Action Members Type: String # createdBy The id of the user who created the action. View Source model/Action.js, line 32 Type: String # createdOn The date the action was created. View Source model/Action.js, line 40 Type: string # id The id of the action. View Source model/Action.js, line 24 Type: Number # order The order of the action. View Source model/Action.js, line 72 Type: String # type The type of the action. View Source model/Action.js, line 64 Type: String # updatedBy The is of the user who updated the action. View Source model/Action.js, line 48 Type: String # updatedOn The date the action was updated. View Source model/Action.js, line 56 Type: Array.<ActionValue> # values The values of the action. View Source model/Action.js, line 86