Learn R Programming

bpmnVisualizationR (version 0.5.0)

overlay_edge_position: 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

Arguments

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

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

Run the code above in your browser using DataLab