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 SummaryFieldsModifier and TypeFieldDescriptionfinal com.inductiveautomation.ignition.common.gson.JsonObjectfinal String
- 
Constructor SummaryConstructorsConstructorDescriptionSelectionPropertyUpdateEvent(String rootViewPath, com.inductiveautomation.ignition.common.gson.JsonObject changes) 
- 
Method Summary
- 
Field Details- 
rootViewPath
- 
changespublic final com.inductiveautomation.ignition.common.gson.JsonObject changes
 
- 
- 
Constructor Details- 
SelectionPropertyUpdateEventpublic SelectionPropertyUpdateEvent(String rootViewPath, com.inductiveautomation.ignition.common.gson.JsonObject changes) 
 
-