Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ExportNode

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.

Hierarchy

Index

Properties

antecedents

antecedents: Node[]

Returns all nodes that this node depends on.

errors

errors: Error[]

Collection of errors associated with this node. This is set, for example, when evaluating code represented by this node fails.

hash

hash: string

Hash that identifies the node. When code or dependencies change, new node will be created and it will have a different hash.

language

language: string

Language of the plugin that created and owns this node.

value

value: Value | null

The evaluated value associated with this node. This is null when the node is created.

variableName

variableName: string

Name of the exported variable to be used when rendering a preview

Generated using TypeDoc