Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BpmnModelerProps

Index

Properties

Optional className

className: string

The class name applied to the root element.

Optional modelerTabOptions

modelerTabOptions: ModelerTabOptions

Options to customize the modeler tab.

onEvent

onEvent: (event: Event<any, any>) => void

Type declaration

    • (event: Event<any, any>): void
    • Called whenever an event occurs.

      Parameters

      Returns void

xml

xml: string

The xml to display in the editor.

Optional xmlTabOptions

xmlTabOptions: XmlTabOptions

Options to customize the XML tab.

Generated using TypeDoc