KomodioApp

@main
struct KomodioApp : App

The Komodio App Scene (shared)

  • The SceneState model

    Declaration

    Swift

    @State
    private var scene: SceneState { get nonmutating set }
  • The KodiConnector model

    Declaration

    Swift

    @State
    private var kodi: KodiConnector { get nonmutating set }
  • AppKit app delegate

    Declaration

    Swift

    @NSApplicationDelegateAdaptor
    private var appDelegate: AppDelegate { get }

Body of the Scene

  • The body of the Scene

    Declaration

    Swift

    var body: some Scene { get }