Class: Observable

Observable(value) → {object}

new Observable(value) → {object}

Represents the Observable interface
Parameters:
Name Type Description
value * the observed value
Source:
Returns:
returns the API
Type
object