For the complete documentation index, see llms.txt. This page is also available as Markdown.

EVT_Renderer_Loaded

RDraw:EVT_Renderer_Loaded

Usage Notes

This event is raised when the renderer has created a scene and fully loaded a 3D drawing into that scene.

Parameters

There are no parameters for this event, it is only to notify the consuming component when a scene is displayed

Source Component

  • SimpleRenderer

Handler Component

  • AdminVisualSceneParameters

  • AdminTestRenderer

  • SetupElementMapping

  • AdvancedRenderer

Event Name (for handler)

<aura:handler event="RDraw:EVT_Renderer_Loaded" action="{!c.handleRendererLoaded}" />

Example Usage

Component

Controller

.

Last updated