Interface

RenderData (ui)

@ckeditor/ckeditor5-ui/src/template

interface

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 node has been provided by apply.

  • node : HTMLElement | Text

    A node which is being rendered.

  • revertData : RevertData | undefined

    An object storing the data that helps revert bringing back an element to its initial state, i.e. before apply was called.