SongView
struct SongView: View
SwiftUI View for a single song
-
The KodiConnector model
Declaration
Swift
private var kodi -
The song to view
Declaration
Swift
let song: Audio.Details.Song -
The optional selected album
Declaration
Swift
let album: Audio.Details.Album? -
The body of the
ViewDeclaration
Swift
var body: some View -
The icon for the song item
Declaration
Swift
var icon: some View -
The art or track for the song item
Declaration
Swift
var art: some View -
The actions for the song
Declaration
Swift
var actions: some View
View on GitHub