Interface CrawlerActor<T>

Type Parameters

  • T

Hierarchy

  • CrawlerActor

Properties

Properties

action: CrawlerAction<T>

The function that will be called when the actor is triggered.

match: RegExp

The URL matcher to use to determine if the actor should be triggered on a page.

Generated using TypeDoc