Observable

Observable

new

Observable properties are used to implement two-way data binding in Cesium's Model-View-View-Model (MVVM) based widget architecture. To retrieve an Observable's value, call it as a function with no parameters. To set an Observable's value, call it as a function with a single parameter. This type describes an interface and is not intended to be instantiated directly.

See:
Source: