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 node
has been provided by apply
.
-
node : HTMLElement | Text
module:ui/template~RenderData#node
A node which is being rendered.
-
revertData : RevertData | undefined
module:ui/template~RenderData#revertData
An object storing the data that helps revert
bringing back an element to its initial state, i.e. before
apply
was called.
Every day, we work hard to keep our documentation complete. Have you spotted outdated information? Is something missing?
Please report it via our issue tracker.
With the release of version 42.0.0, we have rewritten much of our documentation to reflect the new import paths and features.
We appreciate your feedback to help us ensure its accuracy and completeness.