Row
struct Row: View
SwiftUI View
for a row in the browser list
-
The song item
Declaration
Swift
let song: FileBrowser.SongItem
-
Show the artist or not
Declaration
Swift
var showArtist: Bool = false
-
The
FileBrowser
modelDeclaration
Swift
private var fileBrowser
-
Open documents in the environment
Declaration
Swift
private var openDocument
-
Focus of the Window
Declaration
Swift
var controlActiveState
-
Information about the
NSWindow
Declaration
Swift
var window: NSWindow.WindowItem?
-
The body of the
View
Declaration
Swift
var body: some View
-
Open a new song window
Declaration
Swift
func openSong(url: URL) async
Parameters
url
The URL of the song