JsExecutionParams
Parameters used to construct a JsExecution.
Extends
Properties
app
app:
App
Defined in
jsEngine/engine/JsExecution.ts:95
code
code:
string
The JavaScript code to execute.
Inherited from
Defined in
component
component:
Component
Obsidian Component for lifecycle management.
Inherited from
EngineExecutionParams
.component
Defined in
container?
optional
container:HTMLElement
Optional container element to render results to.
Inherited from
EngineExecutionParams
.container
Defined in
context?
optional
context:JsExecutionContext
Optional context to provide to the JavaScript code.
Inherited from
Defined in
contextOverrides?
optional
contextOverrides:Record
<string
,unknown
>
Optional extra context variables to provide to the JavaScript code.
Inherited from
EngineExecutionParams
.contextOverrides
Defined in
plugin
plugin:
JsEnginePlugin