Comunica
    Preparing search index...

    A browser-safe comunica Query Init Actor.

    Hierarchy (View Summary)

    Implements

    Index

    Constructors

    Properties

    allowNoSources?: boolean

    If it should be allowed that the user passes no sources.

    {false}
    
    beforeActors: Actor<IActionInit, IActorTest, IActorOutputInit, undefined>[] = []

    Actor that must be registered in the bus before this actor.

    bus: Bus<
        Actor<IActionInit, IActorTest, IActorOutputInit, undefined>,
        IActionInit,
        IActorTest,
        IActorOutputInit,
        undefined,
    >

    The bus this actor subscribes to.

    context?: string

    A JSON string of a query operation context

    defaultQueryInputFormat?: string

    The default query input format

    {sparql}
    
    mediatorHttpInvalidate: MediatorHttpInvalidate

    The HTTP cache invalidation mediator

    mediatorQueryProcess: MediatorQueryProcess

    The query process mediator

    mediatorQueryResultSerialize: MediatorQueryResultSerializeHandle

    The query serialize mediator

    mediatorQueryResultSerializeMediaTypeCombiner: MediatorQueryResultSerializeMediaTypes

    The query serialize media type combinator

    mediatorQueryResultSerializeMediaTypeFormatCombiner: MediatorQueryResultSerializeMediaTypeFormats

    The query serialize media type format combinator

    name: string

    The name for this actor.

    {<rdf:subject>}
    
    queryString?: string

    A SPARQL query string

    Methods