Packages › trotsky › Trotsky › feedGenerator
Trotsky.feedGenerator() method
Adds a StepFeedGenerator step.
Signature:
typescript
feedGenerator(uri: Resolvable<StepFeedGeneratorUri>): StepFeedGenerator<this>;Parameters
Parameter | Type | Description |
|---|---|---|
uri | Resolvable<StepFeedGeneratorUri> | The feed generator URI. |
Returns:
StepFeedGenerator<this>
The new StepFeedGenerator instance.