Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • BpmnPropertiesPanelOptions

Index

Properties

Optional className

className: string

The class name applied to the host of the properties panel.

Optional container

container: ReactNode

The container to host the properties panel. 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 properties panel. Only required if you want to use your own container.

Optional elementTemplates

elementTemplates: any[]

The element templates to import into the modeler.

Optional hidden

hidden: boolean

This option disables the properties panel. CAUTION: Element templates will not be imported either if this option is set!

Optional size

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

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

Type declaration

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

Generated using TypeDoc