Options
All
  • Public
  • Public/Protected
  • All
Menu

Content Model of Paragraph

Hierarchy

Index

Properties

Readonly blockType

blockType: "Paragraph"

Type of this block

Optional cachedElement

cachedElement: HTMLElement

Cached element for reuse

Optional decorator

Decorator info for this paragraph, used by heading and P tags

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: 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.

format

Format of this model

Optional isImplicit

isImplicit: boolean

Whether this block was created from a block HTML element or just some simple segment between other block elements. True means it doesn't have a related block element, false means it was from a block element

Optional segmentFormat

Segment format on this paragraph. This is mostly used for default format

segments

Segments within this paragraph

Generated using TypeDoc