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