Skip to content

JsExecutionContext

Context provided to a JsExecution.

Properties

block

block: undefined | Block

Currently unused.

Defined in

jsEngine/engine/JsExecution.ts:30


file

file: undefined | TFile

The file that the execution was triggered from.

Defined in

jsEngine/engine/JsExecution.ts:22


metadata

metadata: undefined | CachedMetadata

The metadata of the file that the execution was triggered from.

Defined in

jsEngine/engine/JsExecution.ts:26