Data

{{ data }}

Object containing information about custom fields or other extended data outside of the core properties of an object.

Properties of {{ data }} objects
Name Type Description
is_valid Boolean True if there is at least one custom property
* object Custom properties can be accessed using {{ data.propertyname }} or {{ data['property-name'] }}
output String JSON representation of the current data object, identical to {{ data | inspect: 4, false }}

Data objects are copyable using the {% copy_to_dictionary %} method.

Related

object

May be any object, including simple, complex and list objects. In some cases may even include symbols and null.

null

Represents empty space or a non-existant object. Like how you would describe a chair that is missing from the table, or the food on an empty platter.