Module

engine/conversion/downcastdispatcher

@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher

module

Filtering

Classes

  • DowncastDispatcher

    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