CollectionSort

struct CollectionSort : View

Button, menu or picker to sort a collection

  • The sorting

    Declaration

    Swift

    @Binding
    var sorting: SwiftlyKodiAPI.List.Sort { get nonmutating set }
  • The media

    Declaration

    Swift

    let media: Library.Media
  • The body of the View

    Declaration

    Swift

    var body: some View { get }