ElementCreatorFunction (engine/conversion)
@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers
typedef
function
A view element creator function that takes the model element and downcast conversion API as parameters and returns a view container element.
Filtering
Every day, we work hard to keep our documentation complete. Have you spotted an outdated information? Is something missing? Please report it via our issue tracker.
Parameters
element : Element
The model element to be converted to the view structure.
conversionApi : DowncastConversionApi
The conversion interface.
data : Object
Additional information about the change (same as for
insert
event).Properties
Returns
Element
The view element.