Details

struct Details : View

SwiftUI View for details of a MovieSet

  • The Movie Set to show

    Declaration

    Swift

    let selectedMovieSet: Video.Details.MovieSet
  • The KodiConnector model

    Declaration

    Swift

    @Environment
    private var kodi: KodiConnector { get }
  • The state values of the Movie Set

    Declaration

    Swift

    @State
    private var movieSet: Video.Details.MovieSet { get nonmutating set }
  • Init the View

    Declaration

    Swift

    init(movieSet: Video.Details.MovieSet)

Body of the View

  • The body of the View

    Declaration

    Swift

    var body: some View { get }

Content of the View

  • The content of the View

    Declaration

    Swift

    var content: some View { get }