Options
All
  • Public
  • Public/Protected
  • All
Menu

Content Model of Table Cell (Readonly)

Hierarchy

Index

Properties

Readonly blockGroupType

blockGroupType: "TableCell"

Type of this block group

Readonly blocks

blocks: readonly ReadonlyContentModelBlock[]

Blocks under this group

Optional cachedElement

cachedElement: HTMLTableCellElement

Cached element for reuse

Readonly dataset

dataset: Readonly<Record<string, string>>

dataset of this element

Optional Readonly dummy1

dummy1: 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 ReadonlyMark to ShallowMutableMark or MutableMark

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.

Readonly format

format: Readonly<ContentModelTableCellFormat>

Format of this model

Optional Readonly isHeader

isHeader: boolean

Whether this cell is a table header (TH) element

Optional Readonly isSelected

isSelected: boolean

Whether this model object is selected

Readonly spanAbove

spanAbove: boolean

Whether this cell is spanned from above cell

Readonly spanLeft

spanLeft: boolean

Whether this cell is spanned from left cell

Generated using TypeDoc