ArtistsView

struct ArtistsView : View

SwiftUI View for the artists

  • The artists for this View

    Declaration

    Swift

    let artists: [Audio.Details.Artist]
  • The optional selection

    Declaration

    Swift

    @Binding
    var selection: BrowserModel.Selection { get nonmutating set }
  • The sorting

    Declaration

    Swift

    private let sorting: List.Sort
  • The collection

    Declaration

    Swift

    @State
    private var collection: ScrollCollection<AnyKodiItem> { get nonmutating set }
  • The body of the View

    Declaration

    Swift

    var body: some View { get }