Class DesignerInitMsg
- java.lang.Object
 - 
- com.inductiveautomation.perspective.common.messages.DesignerInitMsg
 
 
- 
public class DesignerInitMsg extends java.lang.ObjectMessage sent by the DesignerStore.ts in response to session-init. Sends the information needed to create a new DesignerSession, which is the designer's end of an editing view. 
- 
- 
Field Summary
Fields Modifier and Type Field Description java.lang.StringdefaultDatabasejava.lang.StringdefaultTagProviderstatic java.lang.StringPROTOCOLprotocol used when the designer is launching a new view resource and needs to initialize a viewgroup on the gwViewConfigviewConfig 
- 
Constructor Summary
Constructors Constructor Description DesignerInitMsg() 
 - 
 
- 
- 
Field Detail
- 
PROTOCOL
public static final java.lang.String PROTOCOL
protocol used when the designer is launching a new view resource and needs to initialize a viewgroup on the gw- See Also:
 - Constant Field Values
 
 
- 
viewConfig
public ViewConfig viewConfig
 
- 
defaultTagProvider
public java.lang.String defaultTagProvider
 
- 
defaultDatabase
public java.lang.String defaultDatabase
 
 - 
 
 -