java.lang.Object
com.inductiveautomation.perspective.common.messages.property.ComponentsPropertyChange
com.inductiveautomation.perspective.common.messages.property.InsertPropertyChange

public class InsertPropertyChange extends ComponentsPropertyChange
  • Field Details

    • pathToParent

      public String pathToParent
    • index

      public int index
    • valueAsJson

      public String valueAsJson
  • Constructor Details

    • InsertPropertyChange

      public InsertPropertyChange(String componentIndexPath, PropertyType scope, String pathToParent, int index, String valueAsJson)