DroppableArea
Last updated
Last updated
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
imageURL
String
the image used for this droppable Area
sortingEnabled
Boolean
Whether or not a Droppable area has sorting enabled
sortingDirection
String
ether "top" or "bottom" as set by the template creation screen
dropZones
List<RDraw.DropZone>
A list of Drop Zones that can be populated in this Area
draggableItems
List<RDraw.BaseCanvasItem>
A sorted list of draggable items that is sorted in the direction of the sortingDirection property, from either top to bottom, or bottom to top (always left to right)