MarkdownCallingJSFileExecutionContext
Defined in: jsEngine/engine/JsExecution.ts:45
Properties
executionSource
executionSource:
MarkdownCallingJSFile
Defined in: jsEngine/engine/JsExecution.ts:46
file?
optional
file:TFile
Defined in: jsEngine/engine/JsExecution.ts:51
The markdown file that the JS File is called from. Since rendered markdown does not necessarily have an associated file, this can be undefined.
jsFile
jsFile:
TFile
Defined in: jsEngine/engine/JsExecution.ts:59
The JS that is being called.
metadata?
optional
metadata:CachedMetadata
Defined in: jsEngine/engine/JsExecution.ts:55
The metadata of the markdown file.