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>
optionalchildren:SModelElement[]
Defined in: model.ts:27
optionalcssClasses:string[]
Defined in: model.ts:28
id:
string
Defined in: model.ts:26
optionallayoutOptions:ModelLayoutOptions
Defined in: model.ts:150
optionalposition:Point
Defined in: model.ts:135
optionalsize:Dimension
Defined in: model.ts:142
type:
string
Defined in: model.ts:25