Variable BpmnStyleIdentifierConst
Experimental
BpmnStyleIdentifier: {
EDGE: string;
EDGE_END_FILL_COLOR: string;
EDGE_START_FILL_COLOR: string;
EVENT_BASED_GATEWAY_KIND: string;
EVENT_DEFINITION_KIND: string;
EXTRA_CSS_CLASSES: string;
GLOBAL_TASK_KIND: string;
IS_INITIATING: string;
IS_INSTANTIATING: string;
IS_INTERRUPTING: string;
MARKERS: string;
MESSAGE_FLOW_ICON: string;
SUB_PROCESS_KIND: string;
} = ...
Type declaration
EDGE: string
EDGE_END_FILL_COLOR: string
EDGE_START_FILL_COLOR: string
EVENT_BASED_GATEWAY_KIND: string
EVENT_DEFINITION_KIND: string
EXTRA_CSS_CLASSES: string
GLOBAL_TASK_KIND: string
IS_INITIATING: string
IS_INSTANTIATING: string
IS_INTERRUPTING: string
MARKERS: string
MESSAGE_FLOW_ICON: string
SUB_PROCESS_KIND: string
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.