engine/conversion/downcastdispatcher
@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher
Filtering
Classes
-
The downcast dispatcher is a central point of downcasting (conversion from the model to the view), which is a process of reacting to changes in the model and firing a set of events. The callbacks listening to these events are called converters. The converters' role is to convert the model changes to changes in view (for example, adding view nodes or changing attributes on view elements).
Interfaces
-
Conversion interface that is registered for given
DowncastDispatcher
and is passed as one of parameters when dispatcher fires its events.
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.