Class BpmnStyleIdentifierExperimental

Define BPMN specific keys used in mxGraph styles. Use constants defined in this class instead of hard coded string values.

WARN: You may use it to customize the BPMN Theme as suggested in the examples. But be aware that the way the default BPMN theme can be modified is subject to change.

Hierarchy

  • BpmnStyleIdentifier

Constructors

Properties

EDGE: "bpmn.edge" = 'bpmn.edge'
EDGE_END_FILL_COLOR: "bpmn.edge.endFillColor" = 'bpmn.edge.endFillColor'
EDGE_START_FILL_COLOR: "bpmn.edge.startFillColor" = 'bpmn.edge.startFillColor'
EVENT_BASED_GATEWAY_KIND: "bpmn.gatewayKind" = 'bpmn.gatewayKind'
EVENT_DEFINITION_KIND: "bpmn.eventDefinitionKind" = 'bpmn.eventDefinitionKind'
EXTRA_CSS_CLASSES: "bpmn.extra.css.classes" = 'bpmn.extra.css.classes'
GLOBAL_TASK_KIND: "bpmn.globalTaskKind" = 'bpmn.globalTaskKind'
IS_INITIATING: "bpmn.isInitiating" = 'bpmn.isInitiating'
IS_INSTANTIATING: "bpmn.isInstantiating" = 'bpmn.isInstantiating'
IS_INTERRUPTING: "bpmn.isInterrupting" = 'bpmn.isInterrupting'
MARKERS: "bpmn.markers" = 'bpmn.markers'
MESSAGE_FLOW_ICON: "bpmn.messageFlowIcon" = 'bpmn.messageFlowIcon'
SUB_PROCESS_KIND: "bpmn.subProcessKind" = 'bpmn.subProcessKind'

Generated using TypeDoc