Class InitializeResult
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
ServerActions
The actions (grouped by diagramType
) that the server can handle.
public IDictionary<string, ICollection<string>> ServerActions { get; init; }