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

EVT_Renderer_Context_Details_Closed

RDraw:EVT_Renderer_Context_Details_Closed

Usage Notes

This event is raised when the Context Details Back button is pressed.

Parameters

There are no parameters for this event, it is only to notify when the Context Pane is going to reappear for re-fetching of data or updating the 3D scene.

Source Component

  • AdvancedLayout

Handler Component

  • SceneSetup

  • AdminVisualSceneSetup

Event Name (for handler)

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

Example Usage

Component

Controller

Last updated