BrowserView

struct BrowserView: View

SwiftUI View for the browser

  • The AppState model

    Declaration

    Swift

    private var appState
  • The KodiConnector model

    Declaration

    Swift

    private var kodi
  • The Browser model

    Declaration

    Swift

    private var browser
  • The loading status of the View

    Declaration

    Swift

    private var status: ViewStatus = .loading
  • The body of the View

    Declaration

    Swift

    var body: some View
  • The content of the View

    Declaration

    Swift

    var content: some View
  • top

    The top part of the View

    Declaration

    Swift

    var top: some View
  • The bottom part of the View

    Declaration

    Swift

    var bottom: some View