mirror of
https://github.com/zadam/trilium.git
synced 2025-11-13 07:10:43 +08:00
update backend_script_api.ts @link
This commit is contained in:
parent
4090386cc3
commit
2cc34efbde
1 changed files with 1 additions and 1 deletions
|
|
@ -371,7 +371,7 @@ interface Api {
|
||||||
* This object contains "at your risk" and "no BC guarantees" objects for advanced use cases.
|
* This object contains "at your risk" and "no BC guarantees" objects for advanced use cases.
|
||||||
*/
|
*/
|
||||||
__private: {
|
__private: {
|
||||||
/** provides access to the backend in-memory object graph, see {@link https://github.com/zadam/trilium/blob/master/src/becca/becca.js} */
|
/** provides access to the backend in-memory object graph, see {@link Becca} */
|
||||||
becca: Becca;
|
becca: Becca;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue