Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BindingResult

The result of the binding operation, which creates dependency graph nodes corresponding to a notebook cell. This type stores nodes attached to the whole cell, exported variables and also any newly loaded source files (resources).

Hierarchy

  • BindingResult

Index

Properties

Properties

code

code: Node

A graph node corresponding to the entire cell. Evaluating this node should produce ExportsValue.

exports

exports: ExportNode[]

Graph nodes corresponding to variables and outputs exported by the code. Evaluating these should produce one of KnownValue types.

resources

resources: Array<Resource>

If the language supports loading files (resources), then the resources loaded in the code of a cell can be returned here.

Generated using TypeDoc