githubEdit

$inspect

Displays the raw merge data used to create the document. Useful for debugging your template when merging documents.

Signature

{{$inspect [expandDepth=1]}}

Arguments

Name
Description
Type
Required

expandDepth

The number of levels deep to expand nested objects and arrays. Unexpaded objects will will display as [object Object] and unexpected arrays will display as [array Object]

StringNumber

Example

{{$inspect 2}}

Last updated

Was this helpful?