ingenta-lens
Version:
A novel way of seeing content.
27 lines (20 loc) • 526 B
JavaScript
;
// Note: we leave the Node in `substance-document` as it is an essential part of the API.
var Document = require('../../../substance/document');
var Node = Document.Node;
// This is used for the auto-generated docs
// -----------------
//
Node.description = {
"name": "Node",
"remarks": [
"Abstract node type."
],
"properties": {
"source_id": "Useful for document conversion where the original id of an element should be remembered.",
}
};
// Example
// -------
//
module.exports = Node;