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-left
top-right
top-center
bottom-left
bottom-right
bottom-center
middle-left
middle-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])