Module

engine/conversion/downcastdispatcher

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

module

Filtering

Classes

  • DowncastDispatcher

    DowncastDispatcher is a central point of downcasting (conversion from model to view), which is a process of reacting to changes in the model and firing a set of events. Callbacks listening to those events are called converters. Those converters role is to convert the model changes to changes in view (for example, adding view nodes or changing attributes on view elements).

Interfaces