Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRawCell

A raw cell.

Hierarchy

Index

Properties

Optional attachments

attachments: IAttachments

Cell attachments.

cell_type

cell_type: "raw"

String identifying the type of cell.

Optional id

id: string

A string field representing the identifier of this particular cell.

Notebook format 4.4 requires no id field, but format 4.5 requires an id field. We need to handle both cases, so we make id optional here.

metadata

metadata: Partial<IRawCellMetadata>

Cell-level metadata.

source

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

Generated using TypeDoc