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 full
)
IBaseExpressionContext
IAsyncExpressionContext
Index
Properties
action
Context
baseIRI?
bnode
exists?
extension
Function
Creator?
function
Arguments
Cache?
now?
Properties
action
Context
action
Context
:
IActionContext
Optional
baseIRI
baseIRI
?:
string
bnode
bnode
:
(
(
input
?:
string
)
=>
Promise
<
BlankNode
>
)
Optional
exists
exists
?:
(
(
expr
:
ExistenceExpression
,
bindings
:
Bindings
)
=>
Promise
<
boolean
>
)
Optional
extension
Function
Creator
extension
Function
Creator
?:
(
(
functionNamedNode
:
NamedNode
<
string
>
)
=>
undefined
|
(
(
args
:
Term
[]
)
=>
Promise
<
Term
>
)
)
Optional
function
Arguments
Cache
function
Arguments
Cache
?:
FunctionArgumentsCache
Optional
now
now
?:
Date
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
action
Context
baseIRI
bnode
exists
extension
Function
Creator
function
Arguments
Cache
now
Comunica
Loading...