Class DefaultTypes
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
Compartment
The default type for a compartment
public const string Compartment = "comp"
Field Value
CompartmentHeader
The default type for the header compartment
public const string CompartmentHeader = "comp:header"
Field Value
Edge
The default type for an edge
public const string Edge = "edge"
Field Value
ExpandButton
Thze default type for an expander button
public const string ExpandButton = "button:expand"
Field Value
ForeignObject
The default type for a foreign object
public const string ForeignObject = "foreign-object"
Field Value
Graph
The default type for a graph
public const string Graph = "graph"
Field Value
Html
The default type for a html element
public const string Html = "html"
Field Value
IssueMarker
The default type for an issue marker
public const string IssueMarker = "marker"
Field Value
Label
The default type for a label
public const string Label = "label"
Field Value
Node
The default type for a node
public const string Node = "node"
Field Value
NodeCircle
The default type for circular node
public const string NodeCircle = "node:circle"
Field Value
NodeDiamond
The default type for a diamond node
public const string NodeDiamond = "node:diamond"
Field Value
NodeRectangle
The default type for a rectangular node
public const string NodeRectangle = "node:rectangle"
Field Value
Port
The default type for a port
public const string Port = "port"
Field Value
PreRendered
The default type for a pre-rendered object
public const string PreRendered = "pre-rendered"
Field Value
RoutingPoint
The default type for a routing point
public const string RoutingPoint = "routing-point"
Field Value
ShapePreRendered
The default type for a pre-rendered shape
public const string ShapePreRendered = "shape-pre-rendered"
Field Value
Svg
The type for SVG
public const string Svg = "svg"
Field Value
VolatileRoutingPoint
The default type for a volatile routing point
public const string VolatileRoutingPoint = "volatile-routing-point"