Data interface for the type of action.

interface IActionRdfResolveHypermediaLinksQueue {
    context: IActionContext;
    firstUrl: string;
}

Hierarchy (view full)

  • IAction
    • IActionRdfResolveHypermediaLinksQueue

Properties

Properties

The input context that is passed through by actors.

firstUrl: string