render()
Triggers asynchronous rendering for this element and all contained elements, if any.
render(callback: RenderContext.RenderCallback): void;
Notes
- This method is invoked automatically and should not be called by application code.
- Override this method to implement a UI element with custom platform-specific rendering code.
Parameters
- callback — A render callback, usually provided by a container or the application RenderContext instance.
Related
class UIElement abstract
The base class for built-in UI view elements.
