Class SelectionPropertyUpdateEvent

java.lang.Object
com.inductiveautomation.perspective.designer.workspace.events.SelectionPropertyUpdateEvent

public final class SelectionPropertyUpdateEvent extends Object
Event object that will be posted to the editor's event bus when the current selection receives property changes
  • Field Details

    • rootViewPath

      public final String 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)