bpmn-visualization API Documentation
    Preparing search index...

    Interface GlobalOptions

    Options to configure the bpmn-visualization initialization.

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

    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.