Class SelectionPropertyUpdateEvent
- java.lang.Object
-
- com.inductiveautomation.perspective.designer.workspace.events.SelectionPropertyUpdateEvent
-
public final class SelectionPropertyUpdateEvent extends java.lang.Object
Event object that will be posted to the editor's event bus when the current selection receives property changes
-
-
Field Summary
Fields Modifier and Type Field Description com.inductiveautomation.ignition.common.gson.JsonObject
changes
java.lang.String
rootViewPath
-
Constructor Summary
Constructors Constructor Description SelectionPropertyUpdateEvent(java.lang.String rootViewPath, com.inductiveautomation.ignition.common.gson.JsonObject changes)
-