Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BpmnModelerOptions

Index

Properties

Optional className

className: string

The class name applied to the host of the modeler.

Optional container

container: ReactNode

The container to host the modeler. By default, a styled div is created. If you pass this option, make sure you set an ID and pass it via the containerId prop. Pass false to prevent the rendering of this component.

Optional containerId

containerId: string

The ID of the container to host the modeler. Only required if you want to use your own container.

Optional refs

refs: MutableRefObject<undefined | CustomBpmnJsModeler>[]

Will receive the reference to the modeler instance.

Optional size

size: { initial?: string; max?: string; min?: string }

The initial, minimum, and maximum sizes of the modeler panel. Can be in % or px each.

Type declaration

  • Optional initial?: string
  • Optional max?: string
  • Optional min?: string

Generated using TypeDoc