SearchListRow

struct SearchListRow : View

A row in the search list.

Lifecycle

  • Undocumented

    Declaration

    Swift

    init(gaugeID: PersistentIdentifier, name: String, delay: Double = 0)

Internal

  • Undocumented

    Declaration

    Swift

    let gaugeID: PersistentIdentifier
  • Undocumented

    Declaration

    Swift

    let name: String
  • Undocumented

    Declaration

    Swift

    let delay: Double
  • Declaration

    Swift

    var body: some View { get }