To specify the position when creating an overlay object that will be attached to BPMN Shape elements in the diagram.
Details
Use these constants as the position argument in the create_overlay function.
Positions:
top-lefttop-righttop-centerbottom-leftbottom-rightbottom-centermiddle-leftmiddle-right
Examples
# Create an overlay at the top-left corner of a shape
overlay <- create_overlay(elementId = 1, label = "My label", position = overlay_shape_position[1])