Packages › trotsky › StepActorsEntry
StepActorsEntry class
Represents a single entry step for processing actor information. Extends ActorMixins to provide common actor-related methods.
Signature:
typescript
export declare class StepActorsEntry<P = StepActors, C = unknown, O = unknown> extends ActorMixins<P, C, O>
Extends: ActorMixins<P, C, O>
Methods
Method | Modifiers | Description |
---|---|---|
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. |