CleanSourceButton
private struct CleanSourceButton: View
Clean Source Button
-
The binding to the observable state of the scene
Declaration
Swift
var sceneState: SceneStateModel -
The observable state of the document
Declaration
Swift
private var document: FileDocumentConfiguration<ChordProDocument>? -
The body of the
ViewDeclaration
Swift
var body: some View
View on GitHub