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

Interface. HTML Root

sprotty-protocol / HtmlRoot

Interface: HtmlRoot

Defined in: model.ts:306

Root model element class for HTML content. Usually this is rendered with a div DOM element.

Extends

Properties

canvasBounds?

optional canvasBounds: Bounds

Defined in: model.ts:35

Inherited from

SModelRoot.canvasBounds


children?

optional children: SModelElement[]

Defined in: model.ts:27

Inherited from

SModelRoot.children


classes?

optional classes: string[]

Defined in: model.ts:307


cssClasses?

optional cssClasses: string[]

Defined in: model.ts:28

Inherited from

SModelRoot.cssClasses


id

id: string

Defined in: model.ts:26

Inherited from

SModelRoot.id


revision?

optional revision: number

Defined in: model.ts:36

Inherited from

SModelRoot.revision


type

type: string

Defined in: model.ts:25

Inherited from

SModelRoot.type