Questions API Methods
render()
Manually renders a feature instance if it has not already been rendered, e.g. if the activity has been configured to defer rendering. Returns true if the rendering happens successfully, and false if it hasn't, e.g. if the feature was already rendered.
Arguments
None.
Return value
Type boolean
Related articles
- The
isRenderedfeatureinstance method. - The
renderedfeatureinstance event. - The
render_optimizationinitialization options.