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

Interface. Smodel Element

sprotty-protocol / SModelElement

Interface: SModelElement

Defined in: model.ts:24

Base type for all elements of the diagram model. Each model element must have a unique ID and a type that is used to look up its view.

Extended by

Properties

children?

optional children: SModelElement[]

Defined in: model.ts:27


cssClasses?

optional cssClasses: string[]

Defined in: model.ts:28


id

id: string

Defined in: model.ts:26


type

type: string

Defined in: model.ts:25