Skip to contents

Shiny bindings for bpmn_widget

Usage

bpmnWidgetOutput(outputId, width = "100%", height = "420px")

renderBpmnWidget(expr, env = parent.frame(), quoted = FALSE)

Arguments

outputId

Output id.

width, height

Widget size (CSS units).

expr

Expression returning a [bpmn_widget()].

env, quoted

Standard shiny render arguments.