StructureCreatorFunction (engine/conversion)
@ckeditor/ckeditor5-engine/src/conversion/downcasthelpers
typedef
function
A function that takes the model element and downcast conversion API as parameters and returns a view container element with slots for model child nodes to be converted into.
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 structure with slots for model child nodes.