Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • XmlEditorProps

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 modeler.

Optional monacoOptions

monacoOptions: MonacoOptions

The options to pass to the monaco editor.

onChanged

onChanged: (xml: string) => void

Type declaration

    • (xml: string): void
    • Callback to execute whenever the diagram's xml changes.

      Parameters

      • xml: string

        The new xml

      Returns void

xml

xml: string

The xml to display in the editor.

Generated using TypeDoc