Interface IOptions<T>

The options used to initialize a CellModel.

Type Parameters

Hierarchy

Properties

cell_type?: string

The cell type

id?: string

A unique identifier for the model.

sharedModel?: T

The cell shared model.

trusted?: boolean

Whether the cell is trusted or not.

Generated using TypeDoc