Interface ConnectorEditorProperties

Represents properties passed to the connector editor constructor.

See

ConnectorBaseEditor

Hierarchy

  • ConnectorEditorProperties

Properties

connector?: ConnectorBase

Previously created connector to edit.

connectorType: typeof ConnectorBase

Type of the connector [to create].

container: SVGGElement

SVG container for the connector and editor elements.

iid: number

Internal identifier for the connector.

language: Language

Language (localization) subsystem.

overlayContainer: HTMLDivElement

HTML overlay container for editor's elements (such as label text editor).

settings: EditorSettings

Settings for the editor.

Generated using TypeDoc