Variable StyleDefaultConst
Experimental
StyleDefault: {
DEFAULT_FILL_COLOR: string;
DEFAULT_FONT_COLOR: string;
DEFAULT_FONT_FAMILY: string;
DEFAULT_FONT_SIZE: number;
DEFAULT_MARGIN: number;
DEFAULT_OVERLAY_FILL_COLOR: string;
DEFAULT_OVERLAY_FILL_OPACITY: number;
DEFAULT_OVERLAY_FONT_COLOR: string;
DEFAULT_OVERLAY_FONT_SIZE: number;
DEFAULT_OVERLAY_STROKE_COLOR: string;
DEFAULT_OVERLAY_STROKE_WIDTH: number;
DEFAULT_STROKE_COLOR: string;
GROUP_FILL_COLOR: string;
LANE_LABEL_FILL_COLOR: string;
LANE_LABEL_SIZE: number;
MESSAGE_FLOW_MARKER_END_FILL_COLOR: string;
MESSAGE_FLOW_MARKER_START_FILL_COLOR: string;
POOL_LABEL_FILL_COLOR: string;
POOL_LABEL_SIZE: number;
SEQUENCE_FLOW_CONDITIONAL_FROM_ACTIVITY_MARKER_FILL_COLOR: string;
SHAPE_ACTIVITY_BOTTOM_MARGIN: number;
SHAPE_ACTIVITY_LEFT_MARGIN: number;
SHAPE_ACTIVITY_MARKER_ICON_MARGIN: number;
SHAPE_ACTIVITY_MARKER_ICON_SIZE: number;
SHAPE_ACTIVITY_TOP_MARGIN: number;
SHAPE_ARC_SIZE: number;
STROKE_WIDTH_THICK: number;
STROKE_WIDTH_THIN: number;
SUB_PROCESS_TRANSACTION_INNER_RECT_ARC_SIZE: number;
SUB_PROCESS_TRANSACTION_INNER_RECT_OFFSET: number;
TEXT_ANNOTATION_BORDER_LENGTH: number;
TEXT_ANNOTATION_FILL_COLOR: string;
} = ...
Type declaration
Experimental
DEFAULT_FILL_COLOR: string
Experimental
DEFAULT_FONT_COLOR: string
Experimental
DEFAULT_FONT_FAMILY: string
Experimental
DEFAULT_FONT_SIZE: number
Experimental
DEFAULT_MARGIN: number
Experimental
DEFAULT_OVERLAY_FILL_COLOR: string
Experimental
DEFAULT_OVERLAY_FILL_OPACITY: number
Experimental
DEFAULT_OVERLAY_FONT_COLOR: string
Experimental
DEFAULT_OVERLAY_FONT_SIZE: number
Experimental
DEFAULT_OVERLAY_STROKE_COLOR: string
Experimental
DEFAULT_OVERLAY_STROKE_WIDTH: number
Experimental
DEFAULT_STROKE_COLOR: string
Experimental
GROUP_FILL_COLOR: string
Experimental
LANE_LABEL_FILL_COLOR: string
Experimental
LANE_LABEL_SIZE: number
Experimental
MESSAGE_FLOW_MARKER_END_FILL_COLOR: string
Experimental
MESSAGE_FLOW_MARKER_START_FILL_COLOR: string
Experimental
POOL_LABEL_FILL_COLOR: string
Experimental
POOL_LABEL_SIZE: number
Experimental
SEQUENCE_FLOW_CONDITIONAL_FROM_ACTIVITY_MARKER_FILL_COLOR: string
Experimental
SHAPE_ACTIVITY_BOTTOM_MARGIN: number
Experimental
SHAPE_ACTIVITY_LEFT_MARGIN: number
Experimental
SHAPE_ACTIVITY_MARKER_ICON_MARGIN: number
Experimental
SHAPE_ACTIVITY_MARKER_ICON_SIZE: number
Experimental
SHAPE_ACTIVITY_TOP_MARGIN: number
Experimental
SHAPE_ARC_SIZE: number
Experimental
STROKE_WIDTH_THICK: number
Experimental
STROKE_WIDTH_THIN: number
Experimental
SUB_PROCESS_TRANSACTION_INNER_RECT_ARC_SIZE: number
Experimental
SUB_PROCESS_TRANSACTION_INNER_RECT_OFFSET: number
Experimental
TEXT_ANNOTATION_BORDER_LENGTH: number
Experimental
TEXT_ANNOTATION_FILL_COLOR: string
Store all rendering defaults used by
bpmn-visualization
.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.