BaseCanvasItem
BaseCanvasItem has the following properties that can be utilized within a Lightning flow:
Name
Type
Description
id
string
the unique id for this element
name
string
The name of the item defined during template creation
recordId
string
the related Salesforce Record (Id)
value
string
the associated value
x
double
the x-position
y
double
the y-position
width
double
the width of the item
height
double
the height of the item
templateId
string
the template that was used to create the item
Last updated