Preparing search index...
The search index is not available
Comunica
Comunica
@comunica/types
IQuerySourceWrapper
Interface IQuerySourceWrapper<Q>
Attaches a context to a query target.
interface
IQuerySourceWrapper
<
Q
>
{
context
?:
IActionContext
;
source
:
Q
;
}
Type Parameters
Q
extends
IQuerySource
=
IQuerySource
Index
Properties
context?
source
Properties
Optional
context
context
?:
IActionContext
source
source
:
Q
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
context
source
Comunica
Loading...
Attaches a context to a query target.