Skip to content

Packages  ›  trotsky  ›  StepActorBlock

StepActorBlock class

Represents a step that performs an actor block operation using the Bluesky API.

Signature:

typescript
export declare class StepActorBlock<P = StepActor, C extends StepActorOutput = StepActorOutput, O = null> extends Step<P, C, O>

Extends: Step<P, C, O>

Methods

Method

Modifiers

Description

apply()

Applies the step by performing a block operation. Requires the context to provide the did of the actor to block.