NotebookCellData

constructor(kind: NotebookCellKind, value: String, languageId: String)(source)

Create new cell data. Minimal cell data specifies its kind, its source value, and the language identifier of its source.

Parameters

kind

The kind.

value

The source value.

languageId

The language identifier of the source value.

Online Documentation