Options
All
  • Public
  • Public/Protected
  • All
Menu

Content Model of Table Cell (Shallow mutable)

Hierarchy

Index

Properties

Readonly blockGroupType

blockGroupType: "TableCell"

Type of this block group

blocks

Blocks under this group

Optional cachedElement

cachedElement: HTMLTableCellElement

Cached element for reuse

dataset

dataset: DatasetFormat

dataset of this element

Optional Readonly dummy1

dummy1: never[]

The mutable marker to mark an object as mutable. When assign readonly object to a mutable type, compile will fail to build due to this member does not exist from source type.

Optional Readonly dummy2

dummy2: readonly never[]

The mutable marker to mark an object as mutable. When assign readonly object to a mutable type, compile will fail to build due to this member does not exist from source type. This is used for preventing assigning ShallowMutableMark to MutableMark

format

Format of this model

Optional isHeader

isHeader: boolean

Whether this cell is a table header (TH) element

Optional isSelected

isSelected: boolean

Whether this model object is selected

spanAbove

spanAbove: boolean

Whether this cell is spanned from above cell

spanLeft

spanLeft: boolean

Whether this cell is spanned from left cell

Generated using TypeDoc