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 module:engine/conversion/modelconsumable~ModelConsumable#consume consumed.
The module:engine/conversion/downcastdispatcher~DowncastDispatcher instance.
The module:engine/conversion/mapper~Mapper instance.
An object with an additional configuration which can be used during the conversion process. Available only for data downcast conversion.
The module:engine/model/schema~ModelSchema instance set for the model that is downcast.
The module:engine/view/downcastwriter~ViewDowncastWriter instance used to manipulate the data during conversion.
Triggers conversion of attributes of a specified item.
The model item to trigger attribute conversion on.
Triggers conversion of children of a specified element.
The model element to trigger children insert conversion on.
Triggers conversion of a specified item. This conversion is triggered within (as a separate process of) the parent conversion.
The model item to trigger nested insert conversion on.
Conversion interface that is registered for given module:engine/conversion/downcastdispatcher~DowncastDispatcher and is passed as one of parameters when module:engine/conversion/downcastdispatcher~DowncastDispatcher dispatcher fires its events.