DirectiveSettings
struct DirectiveSettings: Sendable
/ Directive settings to pass to the sheet
-
The directive to show in the sheet
Declaration
Swift
var directive: ChordPro.Directive = .none
-
The definition of the directive sheet
Declaration
Swift
var definition: String = ""
-
The optional clicked fragment range
Declaration
Swift
var clickedFragment: NSTextLayoutFragment?