Returns all nodes that this node depends on.
Collection of errors associated with this node. This is set, for example, when evaluating code represented by this node fails.
Hash that identifies the node. When code or dependencies change, new node will be created and it will have a different hash.
Language of the plugin that created and owns this node.
The evaluated value associated with this node. This is null
when the node is created.
Generated using TypeDoc
A node in the dependency graph that Wrattler maintains while the user edits a notebook. The graph is used to avoid re-computing previously computed parts of the notebook and for maintaining unique hashes that are used as keys when storing results in the data store.