Interface. Smodel Element
sprotty-protocol / 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.
optional
children:SModelElement
[]
Defined in: model.ts:27
optional
cssClasses:string
[]
Defined in: model.ts:28
id:
string
Defined in: model.ts:26
type:
string
Defined in: model.ts:25