Connector
public struct Connector : Encodable
Undocumented
-
Sets the fill color.
Declaration
Swift
public var fillColor: Color? -
Undocumented
Declaration
Swift
public var line: DashedLine? -
Determines if connector regions and lines are drawn.
Declaration
Swift
public var visible: Bool? -
Creates
Connectorobject with specified properties.Declaration
Swift
public init(fillColor: Color? = nil, line: DashedLine? = nil, visible: Bool? = nil)Parameters
fillColorSets the fill color.
linevisibleDetermines if connector regions and lines are drawn.
View on GitHub
Install in Dash
Connector Structure Reference