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:

See Also

create_overlay

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]