new ObservableList()
Creates a new observable list containing the provided objects.
constructor(...objects: T[]);
Related
class ObservableList
A data structure that contains an ordered set of observable objects.
Creates a new observable list containing the provided objects.
constructor(...objects: T[]);