overlay_shape_position {bpmnVisualizationR} | R Documentation |
The overlay positions on Shape
Description
To specify the position when creating an overlay object that will be attached to BPMN Shape
elements in the diagram.
Usage
overlay_shape_position
Format
An object of class character
of length 8.
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
See Also
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])
[Package bpmnVisualizationR version 0.5.0 Index]