Node Object

Defined in: packages/megadoc-corpus/defs/core.js

This module is mixed-in by the following modules:

  1. T.Document
  2. T.DocumentEntity

Static Property Documentation

  • id: String

    See [T.Namespace@id]

  • title: String

    See [T.Namespace@title]

  • summary: String
  • filePath: String

    The file path that this document originates from.

    The file path MUST be relative to the Config@assetRoot and starts with a forward slash.

  • properties: Array.<Object>

    This is the place to inject the underlying document properties. You may attach whatever kind of properties you need here that were not already represented by the document's abstract representation (this node.)