Options
All
  • Public
  • Public/Protected
  • All
Menu

This refers to a "content block" in editor that serves as a content parsing boundary It is most those html block like tags, i.e. <p>, <div>, <li>, <td> etc. but can also be just a text node, followed by a <br>, i.e. for html fragment <div>abc<br>123</div>, abc<br> is a block, 123 is another block

Hierarchy

  • BlockElement

Index

Methods

collapseToSingleElement

  • collapseToSingleElement(): HTMLElement

contains

  • contains(node: Node): boolean

equals

getEndNode

  • getEndNode(): Node

getStartNode

  • getStartNode(): Node

getTextContent

  • getTextContent(): string

isAfter

Generated using TypeDoc