Show:
Extends Core.RenderTreeNode

A RootNode is a first node in the Render Tree. It is like any other RenderTreeNode but with the additional responsibility of defining an allocating DOM node to render to.

Constructor

RootNode

(
  • [allocator]
)
private

Parameters:

  • [allocator] ElementAllocator optional

    ElementAllocator

Item Index

Methods

Methods

setAllocator

(
  • allocator
)

Define an allocator

Parameters:

  • allocator Allocator

    Allocator