Options
All
  • Public
  • Public/Protected
  • All
Menu

Content Model of horizontal divider (Readonly)

Hierarchy

Index

Properties

Readonly blockType

blockType: "Divider"

Type of this block

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: Readonly<ContentModelDividerFormat>

Format of this model

Optional Readonly isSelected

isSelected: boolean

Whether this model object is selected

Optional Readonly size

size: string

Size property for HR

Readonly tagName

tagName: "hr" | "div"

Tag name of this element, either HR or DIV

Generated using TypeDoc