The _renderNode
configuration.
Properties
-
intoFragment : Boolean
module:ui/template~RenderData#intoFragment
Tells _renderNode
to render
children into DocumentFragment
first and then append the fragment
to the parent element. It is a speed optimization.
-
isApplying : Boolean
module:ui/template~RenderData#isApplying
Indicates whether the {@module:ui/template~RenderNodeOptions#node} has
been provided by {@module:ui/template~Template#apply}.
-
node : HTMLElement | Text
module:ui/template~RenderData#node
A node which is being rendered.
-
revertData : Object
module:ui/template~RenderData#revertData
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.