Table of Contents

Class DefaultTypes

Namespace
NMF.Glsp.Language
Assembly
NMF.Glsp.dll

Container for default Sprotty type names

public static class DefaultTypes
Inheritance
DefaultTypes
Inherited Members

Fields

Button

The default type for a button

public const string Button = "button"

Field Value

string

Compartment

The default type for a compartment

public const string Compartment = "comp"

Field Value

string

CompartmentHeader

The default type for the header compartment

public const string CompartmentHeader = "comp:header"

Field Value

string

Edge

The default type for an edge

public const string Edge = "edge"

Field Value

string

ExpandButton

Thze default type for an expander button

public const string ExpandButton = "button:expand"

Field Value

string

ForeignObject

The default type for a foreign object

public const string ForeignObject = "foreign-object"

Field Value

string

Graph

The default type for a graph

public const string Graph = "graph"

Field Value

string

Html

The default type for a html element

public const string Html = "html"

Field Value

string

IssueMarker

The default type for an issue marker

public const string IssueMarker = "marker"

Field Value

string

Label

The default type for a label

public const string Label = "label"

Field Value

string

Node

The default type for a node

public const string Node = "node"

Field Value

string

NodeCircle

The default type for circular node

public const string NodeCircle = "node:circle"

Field Value

string

NodeDiamond

The default type for a diamond node

public const string NodeDiamond = "node:diamond"

Field Value

string

NodeRectangle

The default type for a rectangular node

public const string NodeRectangle = "node:rectangle"

Field Value

string

Port

The default type for a port

public const string Port = "port"

Field Value

string

PreRendered

The default type for a pre-rendered object

public const string PreRendered = "pre-rendered"

Field Value

string

RoutingPoint

The default type for a routing point

public const string RoutingPoint = "routing-point"

Field Value

string

ShapePreRendered

The default type for a pre-rendered shape

public const string ShapePreRendered = "shape-pre-rendered"

Field Value

string

Svg

The type for SVG

public const string Svg = "svg"

Field Value

string

VolatileRoutingPoint

The default type for a volatile routing point

public const string VolatileRoutingPoint = "volatile-routing-point"

Field Value

string