Interface. Sedge
sprotty-protocol / SEdge
Defined in: model.ts:78
Model element class for edges, which are the connectors in a graph. An edge has a source and a target, each of which can be either a node or a port. The source and target elements are referenced via their ids.
SModelElement
.Partial
<Selectable
>.Partial
<Hoverable
>.Partial
<Fadeable
>
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
opacity:number
Defined in: model.ts:217
optional
routerKind:string
Defined in: model.ts:81
optional
routingPoints:Point
[]
Defined in: model.ts:82
optional
selected:boolean
Defined in: model.ts:201
sourceId:
string
Defined in: model.ts:79
targetId:
string
Defined in: model.ts:80
type:
string
Defined in: model.ts:25