Skip to content

Packages  ›  trotsky  ›  StepListsEntry

StepListsEntry class

Represents an individual entry step within a StepLists list.

Signature:

typescript
export declare class StepListsEntry<P = StepLists, C extends StepListsOutput = StepListsOutput, O = unknown> extends ListMixins<P, C, O>

Extends: ListMixins<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.