UNPKG

@syncfusion/ej2-diagrams

Version:

Feature-rich diagram control to create diagrams like flow charts, organizational charts, mind maps, and BPMN diagrams. Its rich feature set includes built-in shapes, editing, serializing, exporting, printing, overview, data binding, and automatic layouts.

15 lines (12 loc) 338 B
import { ChildProperty, Property } from '@syncfusion/ej2-base'; /** * Interface for a class DiagramSettings */ export interface DiagramSettingsModel { /** * Defines the horizontal and vertical orientation behavior of nodes, ports, annotations, and more. * * @default true */ inversedAlignment?: boolean; }