Title here
Summary here
Trait
Kind: global abstract class
Extends: Trait
Model:
Properties
Name | Type | Description |
---|---|---|
isObservable | boolean | |
id | String | The id of the model |
isReminder | boolean | |
paddingStart | number | padding start (in ms) |
start | number | start time |
targetId | string | id of target (program for example) |
periodicity | number | The periodicity of the reminder, encoded as an integer; use PeriodicityHelperto encode/decode the periodicity |
Base class describing a reminder.