fix JSDoc, closes #4633

pull/13/head
zadam 2024-02-16 06:46:32 +07:00
parent 89e1e47900
commit 41e623b009
1 changed files with 1 additions and 1 deletions

@ -288,7 +288,7 @@ function BackendScriptApi(currentNote, apiParams) {
* @param {string} params.parentNoteId
* @param {string} params.title
* @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 {boolean} [params.isProtected=false]
* @param {boolean} [params.isExpanded=false]