mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	jsdocs
This commit is contained in:
		| @@ -42,18 +42,19 @@ function FrontendScriptApi(startNote, currentNote, originEntity = null, $contain | ||||
|     this.$container = $container; | ||||
|  | ||||
|     /** | ||||
|      * Note where the script started executing | ||||
|      * Note where the script started executing, i.e., the (event) entrypoint of the current script execution. | ||||
|      * @type {FNote} | ||||
|      */ | ||||
|     this.startNote = startNote; | ||||
|  | ||||
|     /** | ||||
|      * Note where the script is currently executing | ||||
|      * Note where the script is currently executing, i.e. the note where the currently executing source code is written. | ||||
|      * @type {FNote} | ||||
|      */ | ||||
|     this.currentNote = currentNote; | ||||
|  | ||||
|     /** | ||||
|      * Entity whose event triggered this execution | ||||
|      * Entity whose event triggered this execution. | ||||
|      * @type {object|null} | ||||
|      */ | ||||
|     this.originEntity = originEntity; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user