overlay_edge_position {bpmnVisualizationR} | R Documentation |
The overlay positions on Edge
Description
To specify the position when creating an overlay object that will be attached to BPMN Edge
elements in the diagram.
Usage
overlay_edge_position
Format
An object of class character
of length 3.
Details
Use these constants as the position
argument in the create_overlay
function.
Positions:
-
start
-
end
-
middle
See Also
Examples
# Create an overlay at the starting point of an edge
overlay <- create_overlay(elementId = 1, label = "My label", position = overlay_edge_position[1])
[Package bpmnVisualizationR version 0.5.0 Index]