Skip to content

Packages  ›  trotsky  ›  StepBuilderListEntry

StepBuilderListEntry class ​

Represents an individual entry step within a StepBuilderList.

Signature:

typescript
export declare class StepBuilderListEntry<P = StepBuilderList, C = unknown, O = unknown> extends Step<P, C, O>

Extends: Step<P, C, O>

Methods ​

Method

Modifiers

Description

apply()

Applies the step's logic but do nothing by default. This method is usually be overridden by child classes but will not throw an error if not.