Artists

struct Artists : View

View all artists

  • The KodiConnector model

    Declaration

    Swift

    @EnvironmentObject
    var kodi: KodiConnector { get }
  • The current artist

    Declaration

    Swift

    @State
    var artists: [Audio.Details.Artist] { get nonmutating set }
  • The current MusicVideosRouter

    Declaration

    Swift

    @Binding
    var router: Router { get nonmutating set }
  • The state of loading the queue

    Declaration

    Swift

    @State
    var state: AppState.State { get nonmutating set }
  • Define the grid layout

    Declaration

    Swift

    private let grid: [GridItem]
  • The body of the View

    Declaration

    Swift

    var body: some View { get }