Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBaseCell

The base cell interface.

Hierarchy

Index

Properties

cell_type

cell_type: string

String identifying the type of cell.

metadata

metadata: Partial<IBaseCellMetadata> | Partial<IRawCellMetadata> | Partial<ICodeCellMetadata>

Cell-level metadata.

source

Contents of the cell, represented as an array of lines.

Generated using TypeDoc