Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

AnchorArraySpec: [number, number, number, number, number?, number?, string?]
AnchorContinuousId: "Continuous" | "ContinuousBottom" | "ContinuousLeft" | "ContinuousRight" | "ContinuousTop"
AnchorDynamicId: "AutoDefault"
AnchorOrientationHint: -1 | 0 | 1
AnchorPerimeterId: "Perimeter"
AnchorPerimeterSpec: export=.AnchorPerimeterId | [export=.AnchorPerimeterId, { anchorCount?: number; rotation?: number; shape?: export=.PerimeterShape }]
AnchorStaticId: "Assign" | "Bottom" | "BottomCenter" | "BottomLeft" | "BottomRight" | "Center" | "Left" | "LeftMiddle" | "Right" | "RightMiddle" | "Top" | "TopCenter" | "TopLeft" | "TopRight"
ConnectionId: string
ConnectorId: "Bezier" | "StateMachine" | "Flowchart" | "Straight" | export=.UserDefinedConnectorId
ContinuousAnchorFace: "top" | "left" | "right" | "bottom"
ElementGroupRef: export=.ElementId | Element | export=.ElementId[] | Element[]
ElementId: string
ElementRef: export=.ElementId | Element
EndpointBlank: "Blank"
EndpointBlankOptions: {}

Type declaration

    EndpointDot: "Dot"
    EndpointDotOptions: { cssClass?: string; hoverClass?: string; radius?: number }

    Type declaration

    • Optional cssClass?: string
    • Optional hoverClass?: string
    • Optional radius?: number
    EndpointImageOptions: { cssClass?: string; hoverClass?: string; src: string }

    Type declaration

    • Optional cssClass?: string
    • Optional hoverClass?: string
    • src: string
    EndpointRectangle: "Rectangle"
    EndpointRectangleOptions: { cssClass?: string; height?: number; hoverClass?: string; width?: number }

    Type declaration

    • Optional cssClass?: string
    • Optional height?: number
    • Optional hoverClass?: string
    • Optional width?: number
    GroupConnections: { internal: export=.Connection[]; source: export=.Connection[]; target: export=.Connection[] }

    Type declaration

    OrphanedPositions: Record<string, export=.Position>
    OverlayId: "Label" | "Arrow" | "PlainArrow" | "Custom"
    PerimeterShape: "Circle" | "Ellipse" | "Triangle" | "Diamond" | "Rectangle" | "Square"
    Position: { left: number; top: number }

    Type declaration

    • left: number
    • top: number
    Selector: string
    UUID: string
    UserDefinedConnectorId: string

    Generated using TypeDoc