EVT_Renderer_Screenshot_Taken
Last updated
This event is raised when a screenshot is taken, typically from the action menu. This can be used to save the image of the 3D scene to Salesforce, or to download the image for further usage.
NAME
TYPE
DESCRIPTION
data
string
A base64 encoded string
SimpleRenderer
None in main package — consumed by external implementing components.
<aura:handler event="RDraw:EVT_Renderer_Screenshot_Taken" action="{!c.handleScreenshotTaken}" />Last updated