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; }