Class InsertPropertyChange

    • Constructor Summary

      Constructors 
      Constructor Description
      InsertPropertyChange​(java.lang.String componentIndexPath, PropertyType scope, java.lang.String pathToParent, int index, java.lang.String valueAsJson)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pathToParent

        public java.lang.String pathToParent
      • index

        public int index
      • valueAsJson

        public java.lang.String valueAsJson
    • Constructor Detail

      • InsertPropertyChange

        public InsertPropertyChange​(java.lang.String componentIndexPath,
                                    PropertyType scope,
                                    java.lang.String pathToParent,
                                    int index,
                                    java.lang.String valueAsJson)