GaugeSourceSheet

struct GaugeSourceSheet : View

A sheet that displays the source of a gauge

  • gauge: The gauge to display the source for
  • onClose: A closure to call when the sheet is closed

Note

This view is only available for USGS gauges.
  • Undocumented

    Declaration

    Swift

    let gauge: Gauge
  • Undocumented

    Declaration

    Swift

    let onClose: () -> Void
  • Declaration

    Swift

    var body: some View { get }