mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
updated API docs
This commit is contained in:
@@ -10,8 +10,6 @@ const AbstractEntity = require("./abstract_entity.js");
|
||||
|
||||
/**
|
||||
* NoteRevision represents snapshot of note's title and content at some point in the past. It's used for seamless note versioning.
|
||||
*
|
||||
* @extends Entity
|
||||
*/
|
||||
class NoteRevision extends AbstractEntity {
|
||||
static get entityName() { return "note_revisions"; }
|
||||
|
||||
Reference in New Issue
Block a user