ArchiNote
Esta página aún no está disponible en tu idioma.
cda-developer-portal / ArchiNote
Interface: ArchiNote
Section titled “Interface: ArchiNote”Defined in: domain/diagram.d.ts:149
A free-text diagram note (an Archi Note).
Properties
Section titled “Properties”borderType
Section titled “borderType”borderType:
string|null
Defined in: domain/diagram.d.ts:159
bounds
Section titled “bounds”bounds:
ArchiBounds|null
Defined in: domain/diagram.d.ts:156
content
Section titled “content”content:
string|null
Defined in: domain/diagram.d.ts:155
features
Section titled “features”features:
ArchiFeature[]
Defined in: domain/diagram.d.ts:163
Native <feature> entries (e.g. labelExpression) — see ArchiFeature.
id:
string
Defined in: domain/diagram.d.ts:150
name:
string|null
Defined in: domain/diagram.d.ts:151
parentId
Section titled “parentId”parentId:
string|null
Defined in: domain/diagram.d.ts:154
Id of the parent diagram object, or null if directly owned by the view.
style:
ArchiStyle|null
Defined in: domain/diagram.d.ts:161
Native visual styling (fill/font color, font), or null if none of those attributes were set.
textAlignment
Section titled “textAlignment”textAlignment:
string|null
Defined in: domain/diagram.d.ts:158
Raw textAlignment attribute (a coded value, not parsed to a number).
viewId
Section titled “viewId”viewId:
string
Defined in: domain/diagram.d.ts:152