StartView
struct StartView : View
SwiftUI View
when starting Komodio (shared)
-
The KodiConnector model
Declaration
Swift
@Environment private var kodi: KodiConnector { get }
-
The SceneState model
Declaration
Swift
@Environment private var scene: SceneState { get }
-
The loading status of the
View
Declaration
Swift
@State private var status: ViewStatus { get nonmutating set }
-
The body of the
View
Declaration
Swift
var body: some View { get }
-
The content of the
View
Declaration
Swift
var content: some View { get }