Appearance
@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): straight→straightConnector1; elbow→bentConnector{3,4,5}; curved→curvedConnector{3,4,5}.