Skip to main content

Function: asSet()

function asSet<T>(array): ObservableSet<T> & object;

Wraps an observable array to offer a set like interface.

Type Parameters​

Type Parameter
T

Parameters​

ParameterTypeDescription
arrayT[]-

Returns​

ObservableSet<T> & object