Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / ShapeConnectionSite

Interface: ShapeConnectionSite

Defined in: src/types/shape.ts:49

A connection site (<a:cxn> inside a custGeom's <a:cxnLst>): a point a connector can attach to. A connector's startShapeIdx/endShapeIdx index into the target shape's connection sites.

Properties

ang

ang: number

Defined in: src/types/shape.ts:51

Incoming-connector angle in degrees (emitted to ang, ST_AdjAngle 60000ths).


x

x: string | number

Defined in: src/types/shape.ts:53

X in the object's own space (like points), or a guide-name string emitted verbatim.


y

y: string | number

Defined in: src/types/shape.ts:55

Y in the object's own space (like points), or a guide-name string emitted verbatim.