DowncastConversionApi (engine/conversion)
@ckeditor/ckeditor5-engine/src/conversion/downcastdispatcher
interface
Conversion interface that is registered for given DowncastDispatcher
and is passed as one of parameters when dispatcher
fires its events.
Filtering
Properties
-
Stores the information about what parts of a processed model item are still waiting to be handled. After a piece of a model item was converted, an appropriate consumable value should be consumed.
-
The
DowncastDispatcher
instance. -
The
Mapper
instance. -
options : Object
An object with an additional configuration which can be used during the conversion process. Available only for data downcast conversion.
-
The
Schema
instance set for the model that is downcast. -
The
DowncastWriter
instance used to manipulate the data during conversion.