FromArray Method (Object[], Scheduler)

RxJS

Returns an observable sequence that contains all values from the array in order.

Namespace:  Rx
Assembly:  RxJS (in RxJS.dll)

Syntax

JavaScript
Rx.Observable.FromArray = function(items, scheduler);

Parameters

items
Type: array< System..::.Object >[]()[]
scheduler
Type: Rx..::.Scheduler

See Also