Interface. Sshape Element
sprotty-protocol / SShapeElement
Defined in: model.ts:55
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.
SModelElement
.Partial
<LayoutableChild
>
optional
children:SModelElement
[]
Defined in: model.ts:27
optional
cssClasses:string
[]
Defined in: model.ts:28
id:
string
Defined in: model.ts:26
optional
layoutOptions:ModelLayoutOptions
Defined in: model.ts:150
optional
position:Point
Defined in: model.ts:135
optional
size:Dimension
Defined in: model.ts:142
type:
string
Defined in: model.ts:25