Options
All
  • Public
  • Public/Protected
  • All
Menu

Content Model of Table (Readonly)

Hierarchy

Index

Properties

Optional cachedElement

cachedElement: HTMLTableRowElement

Cached element for reuse

Readonly cells

Cells of this table

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<ContentModelBlockFormat>

Format of this model

Readonly height

height: number

Heights of each row

Generated using TypeDoc