...
Code Block | ||
---|---|---|
| ||
{ "eventKey": "string", "namespace": "string", "payload": {JSON}, "origin": {JSON}, "target": {JSON}, "async": true|false, "headers": { "key": "value", ... } } |
...
The optional payload of the event as JSON object. The structure of this payload depends on the event type.
origin
The origin version of the payload in case the event changed the payload. For example if the event causes a property to change, the origin would contain the property BEFORE the change.
target
...
Info |
---|
Note: Every event also has the virtual properties So these paths point to the same whereas the left part will never raise a null exception:
|
async
true
, in case this event was sent in asynchronous way. Otherwise false
.
...