Connector
public struct Connector : Encodable
Undocumented
-
Undocumented
Declaration
Swift
public var line: DashedLine? -
Sets the shape of connector lines.
See moreDeclaration
Swift
public enum Mode : String, Encodable -
Sets the shape of connector lines.
Declaration
Swift
public var mode: Mode? -
Determines if connector lines are drawn.
Declaration
Swift
public var visible: Bool? -
Creates
Connectorobject with specified properties.Declaration
Swift
public init(line: DashedLine? = nil, mode: Mode? = nil, visible: Bool? = nil)Parameters
linemodeSets the shape of connector lines.
visibleDetermines if connector lines are drawn.
View on GitHub
Install in Dash
Connector Structure Reference