Sprotty
Toggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Interface. Sedge

sprotty-protocol / SEdge

Interface: 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.

Extends

Properties

children?

optional children: SModelElement[]

Defined in: model.ts:27

Inherited from

SModelElement.children


cssClasses?

optional cssClasses: string[]

Defined in: model.ts:28

Inherited from

SModelElement.cssClasses


hoverFeedback?

optional hoverFeedback: boolean

Defined in: model.ts:209

Inherited from

Hoverable.hoverFeedback


id

id: string

Defined in: model.ts:26

Inherited from

SModelElement.id


opacity?

optional opacity: number

Defined in: model.ts:217

Inherited from

Fadeable.opacity


routerKind?

optional routerKind: string

Defined in: model.ts:81


routingPoints?

optional routingPoints: Point[]

Defined in: model.ts:82


selected?

optional selected: boolean

Defined in: model.ts:201

Inherited from

Selectable.selected


sourceId

sourceId: string

Defined in: model.ts:79


targetId

targetId: string

Defined in: model.ts:80


type

type: string

Defined in: model.ts:25

Inherited from

SModelElement.type