Class SetTypeHintsAction
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
Properties
EdgeHints
The hints for edge types.
public EdgeTypeHint[] EdgeHints { get; init; }
Property Value
Kind
Unique identifier specifying the kind of action to process.
public override string Kind { get; }
Property Value
ShapeHints
The hints for shape types.
public ShapeTypeHint[] ShapeHints { get; init; }