Type alias ConnectorState

ConnectorState: "new" | "creating" | "select" | "move" | "edit" | "move-label"

Represents the state of the connector editor.

Generated using TypeDoc