@jsfkit/types
    Preparing search index...

    Type Alias ConnectionPoint

    Defines a connection point on a shape where other shapes can connect. Connection points are used for connecting shapes with connectors/lines in diagrams.

    type ConnectionPoint = {
        ang?: DmlAngle | GeomGuideName;
        pos: AdjustPoint;
    }
    Index

    Properties

    Properties

    The angle of the connection point, either as a specific angle or a reference to a geometry guide

    The position of the connection point on the shape