DropZone
DropZone 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 |
placedDraggableItem | BaseCanvasItem | The placed item in this drop zone (a BaseCanvasItem object representing a Draggable Item) |
Last updated