RenderData
interface
The _renderNode
configuration.
Properties
-
intoFragment : boolean
module:ui/template~RenderData#intoFragment
Tells
_renderNode
to render children intoDocumentFragment
first and then append the fragment to the parent element. It is a speed optimization. -
isApplying : boolean
module:ui/template~RenderData#isApplying
-
node : HTMLElement | Text
module:ui/template~RenderData#node
A node which is being rendered.
-
revertData : RevertData | undefined
module:ui/template~RenderData#revertData