tracking-code-which-will-go-to-the-HEAD EventLog

Class

EventLog

EventLog(propsopt)

Event log.
Constructor

# new EventLog(propsopt)

Default constructor.
Parameters:
Name Type Attributes Description
props object <optional>
Object that contains all properties to set.
id string <optional>
EventLog id.
parentId string <optional>
Parent id, to attach this log to another, like a sub-process.
files Array.<string> <optional>
Path of updated files.
components Array.<string> <optional>
Id of updated components.
links Array.<string> <optional>
Id of updated links.
type string <optional>
Type of log. Can be 'Plugin', 'Render', 'Metadata', 'Drawer', 'Parser' or 'Data'.
action string <optional>
Action of log. Can be 'init', 'read', 'write', 'add', 'update', 'move', 'resize', 'select', 'openMenu', 'delete' or 'zoom'.
status string <optional>
Status of log. Can be 'running', 'success', 'warning' or 'error'.
data string | number | Array | object <optional>
Extra data of log.

View Source models/EventLog.js, line 4

Members

string

# action

Action of log. Can be 'init', 'read', 'write', 'add', 'update', 'move', 'select' or 'delete'.

View Source models/EventLog.js, line 89

Array.<string>

# components

Id of updated components.

View Source models/EventLog.js, line 74

string | number | Array | object

# data

Extra data of log.

View Source models/EventLog.js, line 99

number

# endDate

Date time of event end, as timestamp.

View Source models/EventLog.js, line 64

Array.<string>

# files

Path of updated files.

View Source models/EventLog.js, line 69

string

# id

EventLog id.

View Source models/EventLog.js, line 49

Array.<string>
Id of updated links.

View Source models/EventLog.js, line 79

string

# parentId

Parent id, to attach this log to another, like a sub-process.

View Source models/EventLog.js, line 54

number

# startDate

Date time of event creation, as timestamp.

View Source models/EventLog.js, line 59

string

# status

Status of log. Can be 'running', 'success', 'warning' or 'error'.

View Source models/EventLog.js, line 94

string

# type

Type of log. Can be 'Plugin', 'Render', 'Metadata', 'Drawer', 'Parser' or 'Data'.

View Source models/EventLog.js, line 84