Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 720 Bytes

data-object-message.md

File metadata and controls

22 lines (14 loc) · 720 Bytes

Data object: message

An object that gives access to personalized snapshots of a template.

Available properties

  • name: The name of the snapshot (Read-only property)
  • source: The source code of the personalized snapshot (Read-only property)
  • subject: The subject of the snapshot (Read-only property)
  • data: See the documentation on the data object

Example

The following example in javascript can be used to access the source code for a personalized template.

var mySourceCode = message.source;

More information