Table of Contents

Class SetPopupModelAction

Namespace
NMF.Glsp.Protocol.Selection
Assembly
NMF.Glsp.dll

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

string

Properties

Kind

Unique identifier specifying the kind of action to process.

public override string Kind { get; }

Property Value

string

NewRoot

The model elements composing the popup to display.

public GGraph NewRoot { get; set; }

Property Value

GGraph