MarkdownCodeBlockExecutionContext
Defined in: jsEngine/engine/JsExecution.ts:23
Properties
block?
optionalblock:Block
Defined in: jsEngine/engine/JsExecution.ts:37
Currently unused.
executionSource
executionSource:
MarkdownCodeBlock
Defined in: jsEngine/engine/JsExecution.ts:24
file?
optionalfile: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?
optionalmetadata:CachedMetadata
Defined in: jsEngine/engine/JsExecution.ts:33
The metadata of the file.