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

Interface. Sport

sprotty-protocol / SPort

Interface: SPort

Defined in: model.ts:70

A port is a connection point for edges. It should always be contained in an SNode.

Extends

Properties

anchorKind?

optional anchorKind: string

Defined in: model.ts:71


children?

optional children: SModelElement[]

Defined in: model.ts:27

Inherited from

SShapeElement.children


cssClasses?

optional cssClasses: string[]

Defined in: model.ts:28

Inherited from

SShapeElement.cssClasses


hoverFeedback?

optional hoverFeedback: boolean

Defined in: model.ts:209

Inherited from

Hoverable.hoverFeedback


id

id: string

Defined in: model.ts:26

Inherited from

SShapeElement.id


layoutOptions?

optional layoutOptions: ModelLayoutOptions

Defined in: model.ts:150

Inherited from

LayoutableChild.layoutOptions


opacity?

optional opacity: number

Defined in: model.ts:217

Inherited from

Fadeable.opacity


position?

optional position: Point

Defined in: model.ts:135

Inherited from

Locateable.position


selected?

optional selected: boolean

Defined in: model.ts:201

Inherited from

Selectable.selected


size?

optional size: Dimension

Defined in: model.ts:142

Inherited from

BoundsAware.size


type

type: string

Defined in: model.ts:25

Inherited from

SShapeElement.type