UpcastConversionData
interface
Conversion data.
Note: Keep in mind that this object is shared by reference between all conversion callbacks that will be called. This means that callbacks can override values if needed, and these values will be available in other callbacks.
Type parameters
-
TItem
Properties
-
module:engine/conversion/upcastdispatcher~UpcastConversionData#modelCursor
The position where the converter should start changes. Change this value for the next converter to tell where the conversion should continue.
-
modelRange : null | ModelRange
module:engine/conversion/upcastdispatcher~UpcastConversionData#modelRange
The current state of conversion result. Every change to the converted element should be reflected by setting or modifying this property.
-
viewItem : TItem
module:engine/conversion/upcastdispatcher~UpcastConversionData#viewItem
The converted item.