Array of observable objects
The Observables
property indicates the observable objects in a model
object. The property is a read-only array of observable
objects.
You can add an observable object to a model object using addobservable
.
You can view and configure observable object properties by using dot notation or the
get
and set
functions.
Applies to | Model object |
Data type | Array of observable objects |
Data values | Observable objects; default value is [] (empty) |
Access | Read-only |