Options to configure the bpmn-visualization initialization.

interface GlobalOptions {
    container: string | HTMLElement;
    navigation?: NavigationConfiguration;
    parser?: ParserOptions;
    renderer?: RendererOptions;
}

Properties

container: string | HTMLElement

The id of a DOM element or an HTML node where the BPMN diagram is rendered.

Configure the BPMN diagram navigation (panning and zoom).

parser?: ParserOptions

Configure the BPMN parser.

renderer?: RendererOptions

Configure how the BPMN diagram and its elements are rendered.