These docs are for v1.0. Click to read the latest docs for v1.2.

Gets info about the parent element of the current item.

πŸ“˜

Differentiating parents

  • If you are in page data, then there is no parent.
  • If you are in a shape or group shape that is on the page, then the page is the parent.
  • If you are in a shape or group shape that is on a layer, then the layer is the parent.
  • If you are in a shape or group shape that is inside a group shape, then the group shape is the parent.

Syntax

=PARENT

Examples

=PARENT β†’ Shape
Get the parent shape

=PARENT."Property 1" β†’ 10
Gets the parent's shape data property "Property 1" (10)