Skip to content

Packages  ›  trotsky  ›  Trotsky  ›  feed

Trotsky.feed() method

Adds a StepFeed step.

Signature:

typescript
feed(uri: Resolvable<StepFeedUri>): StepFeed<this>;

Parameters

Parameter

Type

Description

uri

Resolvable<StepFeedUri>

The feed URI.

Returns:

StepFeed<this>

The new StepFeed instance.