W3cubDocs

/RxJS

skip

function stable

Returns an Observable that skips the first count items emitted by the source Observable.

skip<T>(count: number): MonoTypeOperatorFunction<T>

Parameters

count

The number of times, items emitted by source Observable should be skipped.

Returns

MonoTypeOperatorFunction<T>: An Observable that skips values emitted by the source Observable.

Description

skip marble diagram

© 2015–2018 Google, Inc., Netflix, Inc., Microsoft Corp. and contributors.
Code licensed under an Apache-2.0 License. Documentation licensed under CC BY 4.0.
https://rxjs.dev/api/operators/skip