ChordsPosition
enum ChordsPosition: String, CaseIterable, Codable
Possible positions for the chord diagrams
-
Show diagrams on the right of the
View
Declaration
Swift
case right = "Right"
-
Show diagrams as the bottom of the
View
Declaration
Swift
case bottom = "Bottom"