Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DmnEditorProps

Index

Properties

active

active: boolean

Whether this editor is currently active and visible to the user.

Optional className

className: string

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

Optional dmnJsOptions

dmnJsOptions: any

The options passed to the dmn-js modeler.

CAUTION: When this options object is changed, the old editor instance will be destroyed and a new one will be created without automatic saving!

Optional modelerOptions

modelerOptions: DmnModelerOptions

The options to control the appearance of the modeler.

CAUTION: When this options object is changed, the old editor instance will be destroyed and a new one will be created without automatic saving!

onEvent

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

Type declaration

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

      Parameters

      Returns void

Optional propertiesPanelOptions

propertiesPanelOptions: DmnPropertiesPanelOptions

The options to control the appearance of the properties panel.

CAUTION: When this options object is changed, the old editor instance will be destroyed and a new one will be created without automatic saving!

xml

xml: string

The xml to display in the editor.

Generated using TypeDoc