Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PartialCrawlOptions

Hierarchy

  • PartialCrawlOptions

Index

Properties

Optional callback

callback: Callback

The callback interprets the result of got. The returned value of the callback will be used to trigger further crawls. The current CrawlOptions object will be merged with the returned value. See the examples or the function which converts callback results to an array of crawlOptions to understand the merging mechanism.

Optional data

data: unknown

Any arbitary data to send to callback.

Optional gotOptions

gotOptions: GotOptions

url

url: string

The URL to start crawling at.

Generated using TypeDoc