ViewModel

final class ViewModel : Sendable

Undocumented

Lifecycle

  • Undocumented

    Declaration

    Swift

    init(gaugeID: PersistentIdentifier)

Internal

  • Undocumented

    Declaration

    Swift

    var syncing: Bool { get set }
  • Undocumented

    Declaration

    Swift

    var infoSheetVisible: Bool { get set }
  • Undocumented

    Declaration

    Swift

    var gauge: Gauge? { get set }
  • Undocumented

    Declaration

    Swift

    @MainActor
    func onAppear()
  • Undocumented

    Declaration

    Swift

    func syncGauge()