Class

Action

Action(data)

Action Model
Constructor

# new Action(data)

Model constructor
Parameters:
Name Type Description
data ActionLike

View Source model/Action.js, line 6

Classes

Action

Members

String

# createdBy

The id of the user who created the action.

View Source model/Action.js, line 32

String

# createdOn

The date the action was created.

View Source model/Action.js, line 40

string

# id

The id of the action.

View Source model/Action.js, line 24

Number

# order

The order of the action.

View Source model/Action.js, line 72

String

# type

The type of the action.

View Source model/Action.js, line 64

String

# updatedBy

The is of the user who updated the action.

View Source model/Action.js, line 48

String

# updatedOn

The date the action was updated.

View Source model/Action.js, line 56

Array.<ActionValue>

# values

The values of the action.

View Source model/Action.js, line 86