Comunica
    Preparing search index...

    Data interface for the type of action.

    interface IActionQuerySourceDereferenceLink {
        context: IActionContext;
        handledDatasets?: Record<string, boolean>;
        link: ILink;
    }

    Hierarchy (View Summary)

    • IAction
      • IActionQuerySourceDereferenceLink
    Index

    Properties

    The input context that is passed through by actors.

    handledDatasets?: Record<string, boolean>

    A hash of all datasets that have been handled.

    link: ILink

    The link to dereference.