java.lang.Object
com.inductiveautomation.perspective.gateway.messages.designer.ComponentChange

public class ComponentChange extends Object
This class represents the configuration of a Component at a specific location in a running DesignerViewModel. It is primarily a convenience class for deserializing a json representation of a view's component tree node, as happens when a client-side view has had a change in the shape of it's component tree, and needs to notify the gateway about the change to update validate the gateway-side model.
  • Field Details

    • addressPath

      public String addressPath
    • update

      public ComponentConfig update
    • componentId

      public int componentId
    • changeType

      public ChangeType changeType
  • Constructor Details

    • ComponentChange

      public ComponentChange()
  • Method Details