Class DesignerPageParams

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

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

    • 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)