Options
All
  • Public
  • Public/Protected
  • All
Menu

Content Model of Format Container (Readonly)

Hierarchy

Index

Properties

Readonly blockGroupType

blockGroupType: "FormatContainer"

Type of this block group

Readonly blockType

blockType: "BlockGroup"

Type of this block

Readonly blocks

blocks: readonly ReadonlyContentModelBlock[]

Blocks under this group

Optional cachedElement

cachedElement: HTMLElement

Cached element for reuse

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 of this model

Readonly tagName

tagName: string

Tag name of this container

Optional Readonly zeroFontSize

zeroFontSize: boolean

Whether we can apply "font-size: 0" to this paragraph. When set to true, we will check if there is no text segment inside, and apply "font-size: 0" to the container element

Generated using TypeDoc