Preparing search index...
The search index is not available
Comunica
Comunica
@comunica/bus-query-operation
IAsyncExpressionContext
Interface IAsyncExpressionContext
interface
IAsyncExpressionContext
{
actionContext
:
IActionContext
;
baseIRI
?:
string
;
bnode
:
(
input
?:
string
)
=>
Promise
<
BlankNode
>
;
exists
?:
(
expr
:
ExistenceExpression
,
bindings
:
Bindings
,
)
=>
Promise
<
boolean
>
;
extensionFunctionCreator
?:
(
functionNamedNode
:
NamedNode
<
string
>
,
)
=>
undefined
|
(
args
:
Term
[]
)
=>
Promise
<
Term
>
;
functionArgumentsCache
?:
FunctionArgumentsCache
;
now
?:
Date
;
}
Hierarchy (
View Summary
)
IBaseExpressionContext
IAsyncExpressionContext
Index
Properties
action
Context
baseIRI?
bnode
exists?
extension
Function
Creator?
function
Arguments
Cache?
now?
Properties
action
Context
actionContext
:
IActionContext
Optional
baseIRI
baseIRI
?:
string
bnode
bnode
:
(
input
?:
string
)
=>
Promise
<
BlankNode
>
Optional
exists
exists
?:
(
expr
:
ExistenceExpression
,
bindings
:
Bindings
)
=>
Promise
<
boolean
>
Optional
extension
Function
Creator
extensionFunctionCreator
?:
(
functionNamedNode
:
NamedNode
<
string
>
,
)
=>
undefined
|
(
args
:
Term
[]
)
=>
Promise
<
Term
>
Optional
function
Arguments
Cache
functionArgumentsCache
?:
FunctionArgumentsCache
Optional
now
now
?:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
action
Context
baseIRI
bnode
exists
extension
Function
Creator
function
Arguments
Cache
now
Comunica
Loading...