Class WritePropertyChange
java.lang.Object
com.inductiveautomation.perspective.common.messages.property.ComponentsPropertyChange
com.inductiveautomation.perspective.common.messages.property.WritePropertyChange
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from class com.inductiveautomation.perspective.common.messages.property.ComponentsPropertyChange
componentIndexPaths, scope
-
Constructor Summary
ConstructorsConstructorDescriptionWritePropertyChange
(String componentIndexPath, PropertyType scope, String propertyPath, String valueAsJson) WritePropertyChange
(List<String> componentIndexPaths, PropertyType scope, String propertyPath, String valueAsJson) -
Method Summary
-
Field Details
-
propertyPath
-
valueAsJson
-
-
Constructor Details
-
WritePropertyChange
public WritePropertyChange(String componentIndexPath, PropertyType scope, String propertyPath, String valueAsJson) -
WritePropertyChange
public WritePropertyChange(List<String> componentIndexPaths, PropertyType scope, String propertyPath, String valueAsJson)
-