Class SetPopupModelAction
Sent from the server to the client to display a popup in response to a RequestPopupModelAction. This action can also be used to remove any existing popup by choosing EMPTY_ROOT as root element.
public class SetPopupModelAction : ResponseAction
- Inheritance
-
SetPopupModelAction
- Inherited Members
Fields
SetPopupModelActionKind
The kind value used for this kind of action
public const string SetPopupModelActionKind = "setPopupModel"
Field Value
Properties
Kind
Unique identifier specifying the kind of action to process.
public override string Kind { get; }
Property Value
NewRoot
The model elements composing the popup to display.
public GGraph NewRoot { get; set; }