overlay_edge_position: The overlay positions on 'Edge'

overlay_edge_positionR 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

create_overlay

Examples

# Create an overlay at the starting point of an edge
overlay <- create_overlay(elementId = 1, label = "My label", position = overlay_edge_position[1])


process-analytics/bpmn-visualization-R documentation built on Jan. 25, 2025, 10:34 a.m.