Table of Contents

Class ShapeTypeHint

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

Type hints for shapes

public class ShapeTypeHint : TypeHint
Inheritance
ShapeTypeHint
Inherited Members

Properties

ContainableElementTypeIds

The types of elements that can be contained by this element (if any)

public string[] ContainableElementTypeIds { get; init; }

Property Value

string[]

Reparentable

Specifies whether the element can be moved to another parent

public bool Reparentable { get; init; }

Property Value

bool

Resizable

Specifies whether the element can be resized.

public bool Resizable { get; init; }

Property Value

bool