Interface. Pre Rendered Element
sprotty-protocol / PreRenderedElement
Defined in: model.ts:314
Pre-rendered elements contain HTML or SVG code to be transferred to the DOM. This can be useful to render complex figures or to compute the view on the server instead of the client code.
optionalchildren:SModelElement[]
Defined in: model.ts:27
code:
string
Defined in: model.ts:315
optionalcssClasses:string[]
Defined in: model.ts:28
id:
string
Defined in: model.ts:26
type:
string
Defined in: model.ts:25