Module

engine/model/markercollection

@ckeditor/ckeditor5-engine/src/model/markercollection

module

Filtering

Classes

  • Marker

    Marker is a continuous parts of model (like a range), is named and represent some kind of information about marked part of model document. In contrary to nodes, which are building blocks of model document tree, markers are not stored directly in document tree but in model markers' collection. Still, they are document data, by giving additional meaning to the part of a model document between marker start and marker end.

  • MarkerCollection

    The collection of all markers attached to the document. It lets you get markers or track them using event-update event.