Class SelectionPropertyUpdateEvent
java.lang.Object
com.inductiveautomation.perspective.designer.workspace.events.SelectionPropertyUpdateEvent
Event object that will be posted to the editor's event bus when the current selection receives property changes
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal com.inductiveautomation.ignition.common.gson.JsonObject
final String
-
Constructor Summary
ConstructorsConstructorDescriptionSelectionPropertyUpdateEvent
(String rootViewPath, com.inductiveautomation.ignition.common.gson.JsonObject changes) -
Method Summary
-
Field Details
-
rootViewPath
-
changes
public final com.inductiveautomation.ignition.common.gson.JsonObject changes
-
-
Constructor Details
-
SelectionPropertyUpdateEvent
public SelectionPropertyUpdateEvent(String rootViewPath, com.inductiveautomation.ignition.common.gson.JsonObject changes)
-