Table of Contents

Class InitializeResult

Namespace
NMF.Glsp.Protocol.Lifecycle
Assembly
NMF.Glsp.dll

The initial server response after a client connected

public class InitializeResult
Inheritance
InitializeResult
Inherited Members

Properties

ProtocolVersion

GLSP protocol version that the server is implementing.

public string ProtocolVersion { get; init; }

Property Value

string

ServerActions

The actions (grouped by diagramType) that the server can handle.

public IDictionary<string, ICollection<string>> ServerActions { get; init; }

Property Value

IDictionary<string, ICollection<string>>