render method

PulsarNode render()

Implementation

PulsarNode render() {
  component.attach(RenderContext.runtime);
  return component.render();
}