This model implements the possibility of adding or retrieving HeartEvents that occurred on the Apple watch. Those Events can be HEART_OCCURRING_EVENTS For more information, see Chapter Vital Signs in https://developer.apple.com/documentation/healthkit/data_types

Hierarchy (view full)

Constructors

Properties

onUpdated: OEvent<((timeOfEarliestChange: Date) => void)> = ...
state: StateMachine<"Uninitialised" | "Initialised", "shutdown" | "init">
channelId: "heartEvent" = 'heartEvent'

Methods