engine/model/markercollection
@ckeditor/ckeditor5-engine/src/model/markercollection
Filtering
Classes
-
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. -
The collection of all markers attached to the document. It lets you get markers or track them using
event-update
event.
Type Definitions
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.