Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface BlockState

A block state keeps information about the block in the overall notebook state. In addition to the editor state, it keeps information about the corresponding dependency graph nodes (which are needed to render previews)

Hierarchy

  • BlockState

Index

Properties

code

code: Node

The dependency graph node created for the block as a whole

editor

editor: EditorState

The state of the editor associated with this block (also includes a reference to the block itself and its unique ID)

evaluationState

evaluationState: "unevaluated" | "pending" | "done"

exports

exports: Node[]

The dependency graph nodes representing data frames exported from the code block

Generated using TypeDoc