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. |
Members
string
# action
Action of log. Can be 'init', 'read', 'write', 'add', 'update', 'move', 'select' or 'delete'.