Class PerspectiveProject

java.lang.Object
com.inductiveautomation.perspective.gateway.api.PerspectiveProject

public class PerspectiveProject extends Object
A PerspectiveProject is a simple container of a ProjectConfig, concatenated compiled CSS style resources, and the Map of all style resource IDs to their compiled CSS in the Project. The Map of style resources should be considered immutable and could throw RuntimeExceptions if altered in any way. The combined styles String is automatically generated from the injected compiled resources Map.