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 View

    Declaration

    Swift

    var body: some View
  • The icon for the song item

    Declaration

    Swift

    var icon: some View
  • art

    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