Appearance
@shbernal/pptxgenjs / index / CONNECTOR_PRESETS
Variable: CONNECTOR_PRESETS
constCONNECTOR_PRESETS:object
Defined in: core-enums.ts:780
Maps a friendly ConnectorType to its OOXML connector preset family. straight has a single fixed preset; elbow and curved select a member by bend count (bentConnector{3,4,5} / curvedConnector{3,4,5}) — see connectorPresetFor.
Type Declaration
curved
readonlycurved:"curvedConnector"='curvedConnector'
elbow
readonlyelbow:"bentConnector"='bentConnector'
straight
readonlystraight:"straightConnector1"='straightConnector1'