FavoriteGaugeTile

struct FavoriteGaugeTile : View

Undocumented

Lifecycle

  • Undocumented

    Declaration

    Swift

    init(
      name: String,
      timestamp: Date,
      gaugeID: PersistentIdentifier,
      sync _: Bool = true,
      onPress: @escaping (PersistentIdentifier) -> Void)

Internal

  • Declaration

    Swift

    var body: some View { get }

FavoriteGaugeTile.ViewModel