Data interface for the type of action.

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

Hierarchy (view full)

  • IAction
    • IActionRdfResolveHypermediaLinks

Properties

Properties

The input context that is passed through by actors.

metadata: Record<string, any>

The metadata from which the links should be extracted.