Interface. Snode
sprotty-protocol / SNode
Defined in: model.ts:63
Model element class for nodes, which are the main entities in a graph. A node can be connected to another node via an SEdge. Such a connection can be direct, i.e. the node is the source or target of the edge, or indirect through a port, i.e. it contains an SPort which is the source or target of the edge.
SShapeElement
.Partial
<LayoutContainer
>.Partial
<Selectable
>.Partial
<Hoverable
>.Partial
<Fadeable
>
optional
anchorKind:string
Defined in: model.ts:64
optional
children:SModelElement
[]
Defined in: model.ts:27
optional
cssClasses:string
[]
Defined in: model.ts:28
optional
hoverFeedback:boolean
Defined in: model.ts:209
id:
string
Defined in: model.ts:26
optional
layout:LayoutKind
Defined in: model.ts:179
optional
layoutOptions:ModelLayoutOptions
Defined in: model.ts:150
optional
opacity:number
Defined in: model.ts:217
optional
position:Point
Defined in: model.ts:135
optional
selected:boolean
Defined in: model.ts:201
optional
size:Dimension
Defined in: model.ts:142
type:
string
Defined in: model.ts:25