Documentation

new ObservableList()

Creates a new observable list containing the provided objects.

constructor(...objects: T[]);

Related