Skip to content

@shbernal/ts-pptx


@shbernal/ts-pptx / index / ConnectorType

Type Alias: ConnectorType

ConnectorType = "straight" | "elbow" | "curved"

Defined in: src/types/style.ts:235

Connector routing style. Maps to a connector preset geometry. The exact preset also depends on bends (number of jogs): straightstraightConnector1; elbowbentConnector{3,4,5}; curvedcurvedConnector{3,4,5}.