AskSQL API Reference (core v0.10.0)
GitHub
Preparing search index...
@asksql/core
mongo
MongoAskOptions
Interface MongoAskOptions
interface
MongoAskOptions
{
context
?:
readonly
MongoContextTurn
[]
;
onEvent
?:
(
event
:
EngineEvent
)
=>
void
;
signal
?:
AbortSignal
;
}
Index
Properties
context?
on
Event?
signal?
Properties
Optional
Readonly
context
context
?:
readonly
MongoContextTurn
[]
Optional
Readonly
on
Event
onEvent
?:
(
event
:
EngineEvent
)
=>
void
Per-ask progress handler; overrides the engine-level onEvent for this call.
Optional
Readonly
signal
signal
?:
AbortSignal
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
context
on
Event
signal
GitHub
AskSQL API Reference (core v0.10.0)
Loading...
Per-ask progress handler; overrides the engine-level onEvent for this call.