SkipUntil Method

RxJS

Returns the values from the source observable sequence only after the other observable sequence produces a value.

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

Syntax

JavaScript
function SkipUntil(other);

Parameters

other
Type: Rx..::.Observable

See Also