RenderData (ui)
@ckeditor/ckeditor5-ui/src/template
The _renderNode
configuration.
Filtering
Properties
-
intoFragment : Boolean
Tells
_renderNode
to render children intoDocumentFragment
first and then append the fragment to the parent element. It is a speed optimization. -
isApplying : Boolean
Indicates whether the {@module:ui/template~RenderNodeOptions#node} has been provided by {@module:ui/template~Template#apply}.
-
node : HTMLElement | Text
A node which is being rendered.
-
revertData : Object
An object storing the data that helps {@module:ui/template~Template#revert} bringing back an element to its initial state, i.e. before {@module:ui/template~Template#apply} was called.
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.