Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IOptions

The options used to initialize a CellModel.

Hierarchy

  • IOptions

Index

Properties

Optional cell

cell: IBaseCell

The source cell data.

Optional id

id: string

A unique identifier for this cell.

Optional mimeType

mimeType: string

The mimetype of the model.

Optional modelDB

modelDB: IModelDB

An optional modelDB for storing model state. An IModelDB in which to store cell data.

Optional value

value: string

The initial value of the model.

Generated using TypeDoc