GenresView

struct GenresView : View

SwiftUI View for the genres

  • The genres for this View

    Declaration

    Swift

    let genres: [Library.Details.Genre]
  • The optional selection

    Declaration

    Swift

    @Binding
    var selection: BrowserModel.Selection { get nonmutating set }
  • The body of the View

    Declaration

    Swift

    var body: some View { get }