Connections.content.position
configurationDefines the position of the label relative to the connection path. Can be set to "inline" to position the label along the connection path, or an object with vertical and horizontal properties.
connections.content.position
String|ObjectDefault: { vertical: "top", horizontal: "right" }
The horizontal position of the label relative to vertical connections. The supported values are "left" and "right".
Default: "right"
The vertical position of the label relative to horizontal connections. The supported values are "top" and "bottom".
Default: "top"