jsonPayload


jsonPayloadLogEntryJsonPayloadRead-only

Payload of the log entry in JSON format.

Log entry payload information
JavaScript
{ // ... "jsonPayload": { "message": "#contactUs button was clicked." // Console log }, // ... }
Did this help?