MarkdownCodeBlockExecutionContext
Defined in: jsEngine/engine/JsExecution.ts:23
Properties
block?
optional
block:Block
Defined in: jsEngine/engine/JsExecution.ts:37
Currently unused.
executionSource
executionSource:
MarkdownCodeBlock
Defined in: jsEngine/engine/JsExecution.ts:24
file?
optional
file:TFile
Defined in: jsEngine/engine/JsExecution.ts:29
The file that the code block is in. Since rendered markdown does not necessarily have an associated file, this can be undefined.
metadata?
optional
metadata:CachedMetadata
Defined in: jsEngine/engine/JsExecution.ts:33
The metadata of the file.