Skip to content

Packages  ›  trotsky  ›  Trotsky  ›  post

Trotsky.post() method

Adds a StepPost step.

Signature:

typescript
post(uri: Resolvable<StepPostUri>): StepPost<this>;

Parameters

Parameter

Type

Description

uri

Resolvable<StepPostUri>

The post URI.

Returns:

StepPost<this>

The new StepPost instance.