ViewModel

final class ViewModel : Sendable

Undocumented

Lifecycle

  • Undocumented

    Declaration

    Swift

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

Internal