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

Interface. Sissue Marker

sprotty-protocol / SIssueMarker

Interface: SIssueMarker

Defined in: model.ts:292

An issue marker is used to display a symbol about an error or a warning attached to another model element.

Extends

Properties

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


id

id: string

Defined in: model.ts:26

Inherited from

SShapeElement.id


issues

issues: SIssue[]

Defined in: model.ts:293


layoutOptions?

optional layoutOptions: ModelLayoutOptions

Defined in: model.ts:150

Inherited from

LayoutableChild.layoutOptions


position?

optional position: Point

Defined in: model.ts:135

Inherited from

Locateable.position


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