mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	fix JSDoc, closes #4633
This commit is contained in:
		| @@ -288,7 +288,7 @@ function BackendScriptApi(currentNote, apiParams) { | |||||||
|      * @param {string} params.parentNoteId |      * @param {string} params.parentNoteId | ||||||
|      * @param {string} params.title |      * @param {string} params.title | ||||||
|      * @param {string|Buffer} params.content |      * @param {string|Buffer} params.content | ||||||
|      * @param {NoteType} params.type - text, code, file, image, search, book, relationMap, canvas |      * @param {NoteType} params.type - text, code, file, image, search, book, relationMap, canvas, webView | ||||||
|      * @param {string} [params.mime] - value is derived from default mimes for type |      * @param {string} [params.mime] - value is derived from default mimes for type | ||||||
|      * @param {boolean} [params.isProtected=false] |      * @param {boolean} [params.isProtected=false] | ||||||
|      * @param {boolean} [params.isExpanded=false] |      * @param {boolean} [params.isExpanded=false] | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user