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

Interface. Smodel Root

sprotty-protocol / SModelRoot

Interface: SModelRoot

Defined in: model.ts:34

Base type for the root element of the diagram model tree.

Extends

Extended by

Properties

canvasBounds?

optional canvasBounds: Bounds

Defined in: model.ts:35


children?

optional children: SModelElement[]

Defined in: model.ts:27

Inherited from

SModelElement.children


cssClasses?

optional cssClasses: string[]

Defined in: model.ts:28

Inherited from

SModelElement.cssClasses


id

id: string

Defined in: model.ts:26

Inherited from

SModelElement.id


revision?

optional revision: number

Defined in: model.ts:36


type

type: string

Defined in: model.ts:25

Inherited from

SModelElement.type