Table of Contents

Class SetTypeHintsAction

Namespace
NMF.Glsp.Protocol.Types
Assembly
NMF.Glsp.dll

Sent from the server to the client in order to provide hints certain modifications are allowed for a specific element type.

public class SetTypeHintsAction : ResponseAction
Inheritance
SetTypeHintsAction
Inherited Members

Fields

SetTypeHintsActionKind

The kind value used for this kind of action

public const string SetTypeHintsActionKind = "setTypeHints"

Field Value

string

Properties

EdgeHints

The hints for edge types.

public EdgeTypeHint[] EdgeHints { get; init; }

Property Value

EdgeTypeHint[]

Kind

Unique identifier specifying the kind of action to process.

public override string Kind { get; }

Property Value

string

ShapeHints

The hints for shape types.

public ShapeTypeHint[] ShapeHints { get; init; }

Property Value

ShapeTypeHint[]