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
isRendered
feature
instance public method. - The
rendered
feature
instance event. - The
render_optimization
initialization options.