Class DesignerInitMsg
java.lang.Object
com.inductiveautomation.perspective.common.messages.DesignerInitMsg
Message 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
FieldsModifier and TypeFieldDescriptionstatic final Stringprotocol used when the designer is launching a new view resource and needs to initialize a viewgroup on the gwstatic final StringPrefix shared by the protocols only a Designer-scoped session handles.static final Stringprotocol used when the designer needs a session but no view, e.g. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
PROTOCOL_PREFIX
Prefix shared by the protocols only a Designer-scoped session handles. Used to recognize a Designer message misrouted to a client-scoped session.- See Also:
-
PROTOCOL
protocol used when the designer is launching a new view resource and needs to initialize a viewgroup on the gw- See Also:
-
SESSION_ONLY_PROTOCOL
protocol used when the designer needs a session but no view, e.g. when a shared script is edited before any Perspective resource is opened- See Also:
-
viewConfig
-
defaultTagProvider
-
defaultDatabase
-
-
Constructor Details
-
DesignerInitMsg
public DesignerInitMsg()
-