PropertyTypeDescription
type'path'
conditionformula (optional)
repeatrepeat (optional)
stepboolean, formula (optional)
defsDefinition[] (optional)
pathinterpolated stringThe defined path of the Path geometry. Uses SVG paths and assumes relative coordinates.
{
  type: "path",
  path: "M 0 0 L 1 1 L 0 1 Z"
}

Path

You can learn more about SVG paths online