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

EVT_Renderer_Get_Hierarchy

RDraw:EVT_Renderer_Get_Hierarchy

Usage Notes

This event is raised when the getHierarchy method is called on the AdvancedRenderer component. A parameter is passed back (data) that represents the 3D structure of the Scene being rendered.

Parameters

NAME

TYPE

REQUIRED

DESCRIPTION

data

object

The JSON hierarchical representation of the 3D scene

transaction

string

A transaction identifier for correlating the get-hierarchy call with downstream handlers

Source Component

  • SimpleRenderer

Handler Component

  • AdminVisualSceneParameters

  • AdvancedRenderer

  • AdminVisualSceneSetup

Event Name (for handler)

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

Example Usage

Component

Controller

Last updated