Class VisualizationEditorClosingArgs

Class representing the event arguments visualizationEditorClosing event

Hierarchy

  • VisualizationEditorClosingArgs

Index

Properties

cancel

cancel: boolean

Set this to true to cancel closing of the visualization

isNewVisualization

isNewVisualization: Boolean

Property indicating whether this is a brand new visualization the end user is trying to close.

resetVisualization

resetVisualization: boolean

Set this to true in case you need to reset any changes the end user might have done.

visualization

visualization: RVVisualization

The visualization after the changes made in the editor.