Class VisualizationEditorClosedEventArgs

The type of the event arguments of the onVisualizationEditorClosed event.

Hierarchy

  • VisualizationEditorClosedEventArgs

Index

Properties

isCancelled

isCancelled: Boolean

This property is true if the editor was closed by discarding the changes (pressing the X button).

isNewVisualization

isNewVisualization: Boolean

This property is true if it is a new visualization that has been created.

visualization

visualization: RVVisualization

The visualization after the changes made in the editor.