- Index
- »
- fan.obs
- »
- Observation
Observation
const mixin Observation : Dict
Observation is base class for all observable data items
NOTE: this API is subject to change
Subtype name if available which is specific to the observable type
Type name which matches Observable.name and the def name
Timestamp for the event
abstract Str? subType()
Subtype name if available which is specific to the observable type
abstract DateTime ts()
Timestamp for the event
abstract Str type()
Type name which matches Observable.name and the def name