Class DesignerPageParams

java.lang.Object
com.inductiveautomation.perspective.common.DesignerPageParams

public class DesignerPageParams extends Object
Parameters posted to designer page
  • Field Details

    • projectName

      public String projectName
      Name of the project being loaded in the designer
    • tabId

      public String tabId
      Unique ID for the view in a specific tab. The tabId is unique to a specific view resource, and used in place of the view's name in order to avoid having to track the view through name changes.
  • Constructor Details

    • DesignerPageParams

      public DesignerPageParams(String projectName, String tabId)