render()
A method that should be implemented to render a View object.
abstract render(callback: RenderContext.RenderCallback): void;
Notes
- The view may be rendered asynchronously, providing output as well as any updates to the provided renderer callback.
Related
class View abstract
An abstract class that represents a view.
