GaugeNavigationControls

struct GaugeNavigationControls : View

A view that displays navigation controls for a gauge’s subviews; source, map, and weather.

  • gauge: The gauge to display navigation controls for

Lifecycle

  • Undocumented

    Declaration

    Swift

    init(gaugeID: PersistentIdentifier)

Internal

  • Undocumented

    Declaration

    Swift

    @Environment
    var modelContext: ModelContext { get }
  • Undocumented

    Declaration

    Swift

    var gauges: [Gauge] { get }
  • Undocumented

    Declaration

    Swift

    var gauge: Gauge? { get }
  • Declaration

    Swift

    var body: some View { get }