Interface

RenderData (ui)

@ckeditor/ckeditor5-ui/src/template

interface private

The _renderNode configuration.

Filtering

Properties

  • intoFragment : Boolean

    Tells _renderNode to render children into DocumentFragment 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.