added frontend API methods to refresh tabs

This commit is contained in:
zadam
2019-11-10 19:34:15 +01:00
parent dea5195223
commit b8db842788
5 changed files with 269 additions and 47 deletions

View File

@@ -310,9 +310,10 @@ function BackendScriptApi(currentNote, apiParams) {
* This method looks similar to toggleNoteInParent() but differs because we're looking up branch by prefix.
*
* @method
* @deprecated - this method is pretty confusing and serves specialized purpose only
* @param {string} noteId
* @param {string} prefix
* @param {string} [parentNoteId]
* @param {string|null} parentNoteId
*/
this.setNoteToParent = treeService.setNoteToParent;