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.
Name of the exported variable to be used when rendering a preview
Generated using TypeDoc
A node that represents a data frame exported from a code block. This is a common interface that can be implemented by any language plugin that has code blocks which can export nodes. A preview of the value is displayed in the notebook user interface.