HostItemView

struct HostItemView : View

SwiftUI View for settings to connect to a Kodi host (shared)

  • The HostItem to edit

    Declaration

    Swift

    let host: HostItem
  • The dismiss action

    Declaration

    Swift

    @Environment
    private var dismiss: DismissAction { get }
  • The SceneState model

    Declaration

    Swift

    @Environment
    private var scene: SceneState { get }

Body of the View

  • The body of the View

    Declaration

    Swift

    var body: some View { get }

Host Item Kodi Settings

  • SwiftUI View for Kodi settings to connect to Komodio

    See more

    Declaration

    Swift

    struct Details : View