Comunica
    Preparing search index...

    Data interface for the type of action.

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

    Hierarchy (View Summary)

    • IAction
      • IActionRdfResolveHypermediaLinks
    Index

    Properties

    Properties

    The input context that is passed through by actors.

    metadata: Record<string, any>

    The metadata from which the links should be extracted.