Comunica
    Preparing search index...

    Variable KeysQuerySourceIdentifyConst

    KeysQuerySourceIdentify: {
        sourceIds: ActionContextKey<Map<QuerySourceReference, string>>;
        traverse: ActionContextKey<boolean>;
    } = ...

    Type Declaration

    • sourceIds: ActionContextKey<Map<QuerySourceReference, string>>

      A map containing unique IDs for each source

    • traverse: ActionContextKey<boolean>

      If links may be traversed from this source. This means that sources annotated with this flag are considered incomplete until all links have been traversed.