Skip to content

ArchiNote

cda-developer-portal


cda-developer-portal / ArchiNote

Defined in: domain/diagram.d.ts:149

A free-text diagram note (an Archi Note).

borderType: string | null

Defined in: domain/diagram.d.ts:159


bounds: ArchiBounds | null

Defined in: domain/diagram.d.ts:156


content: string | null

Defined in: domain/diagram.d.ts:155


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: 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: string | null

Defined in: domain/diagram.d.ts:158

Raw textAlignment attribute (a coded value, not parsed to a number).


viewId: string

Defined in: domain/diagram.d.ts:152