Skip to content

@shbernal/pptxgenjs


@shbernal/pptxgenjs / index / CONNECTOR_PRESETS

Variable: CONNECTOR_PRESETS

const CONNECTOR_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

readonly curved: "curvedConnector" = 'curvedConnector'

elbow

readonly elbow: "bentConnector" = 'bentConnector'

straight

readonly straight: "straightConnector1" = 'straightConnector1'