Dynamic Layers

Different types of layers which can be modified via API/Playground/Zapier

The following types of layers have properties that can be modified using the API, Playground, or Zapier:

new layer

Text layer

To edit text double-click on the layer.

Following are the other properties that you can change for a text layer:

text props

Image layer

Following are the properties that you can change for this layer:

image props

Video layer

Following are the properties that you can change for this layer:

video props

Shape layer

Following are the properties that you can change for this layer:

shape props

Icon layer

Following are the properties that you can change for this layer:

icon props

Rating layer

Following are the properties that you can change for this layer:

rating props

Machine code layer

Following are the properties that you can change for this layer:

machine code props

Chart layer

The chart data is collection of label (text) and value (number) represented in following form:

[
  {"label": "A", value: 12},
  {"label": "B", value: 16},
  ...
]

Following are the properties that you can change for this layer:

chart props