Appearance
Home > resol-vbus-core > TimestampIntervalConstructorOptions
TimestampIntervalConstructorOptions interface
The options passed to the constructor of TimestampInterval
.
Signature:
typescript
export interface TimestampIntervalConstructorOptions
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
number | (Optional) The interval in milliseconds. | ||
(timestamp: Date) => void | (Optional) The callback to be called when an interval has passed. | ||
Date | (Optional) The initial timestamp. |