Details
struct Details : View
SwiftUI View
for details of a MovieSet
-
The
Movie Set
to showDeclaration
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)
-
The body of the
View
Declaration
Swift
var body: some View { get }
-
The content of the
View
Declaration
Swift
var content: some View { get }