overlay_edge_position | R Documentation |
Edge
To specify the position when creating an overlay object that will be attached to BPMN Edge
elements in the diagram.
overlay_edge_position
An object of class character
of length 3.
Use these constants as the position
argument in the create_overlay
function.
Positions:
start
end
middle
create_overlay
# Create an overlay at the starting point of an edge
overlay <- create_overlay(elementId = 1, label = "My label", position = overlay_edge_position[1])
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.