Options
All
  • Public
  • Public/Protected
  • All
Menu

NotebookCellData is the raw representation of notebook cells. Its is part of NotebookData.

Hierarchy

  • NotebookCellData

Index

Constructors

Properties

executionSummary?: NotebookCellExecutionSummary

The execution summary of this cell data.

stubbed

The kind of this cell data.

stubbed
languageId: string

The language identifier of the source value of this cell data. Any value from getLanguages is possible.

stubbed
metadata?: {}

Arbitrary metadata of this cell data. Can be anything but must be JSON-stringifyable.

Type declaration

  • [key: string]: any
outputs?: NotebookCellOutput[]

The outputs of this cell data.

stubbed
value: string

The source value of this cell data - either source code or formatted text.

stubbed