EVT_Renderer_Mesh_Selected
Last updated
Last updated
This event is raised when a subcomponent of a 3D drawing is selected using ComponentTouch. Handling this event allows for the receiving of the details of that 3D node. These details can be used to apply 3D effects to the scene, or by looking up related data within the Salesforce platform.
On selection of a 3D component subnode, the RDraw:EVT_Renderer_Select_Component
event is raised, passing the id, name and uniqueId. These can then be processed/linked to a Salesforce record or process.
Component
Controller
NAME
TYPE
REQUIRED
DESCRIPTION
context
object
Additional information provided with the selection of a component.
id
string
The Id of the component selected
name
string
The name of the component selected
uniqueId
string
The uniqueId of the component selected.