Skip to content

Packages  ›  trotsky  ›  StepBuilderList  ›  skip

StepBuilderList.skip() method

Sets the number of items to skip from the start of the list.

Signature:

typescript
skip(skip: Resolvable<number>): this;

Parameters

Parameter

Type

Description

skip

Resolvable<number>

The number of items to skip, resolved at runtime if necessary.

Returns:

this

The current instance for method chaining.