interface IActionSourceWatch {
    context: IActionContext;
    metadata: Record<string, any>;
    url: string;
}

Hierarchy

  • IAction
    • IActionSourceWatch

Properties

Properties

context: IActionContext

The input context that is passed through by actors.

metadata: Record<string, any>

The extracted metadata.

url: string

The URL of the source that was fetched.