ArchiView
cda-developer-portal / ArchiView
Interface: ArchiView
Section titled “Interface: ArchiView”Defined in: domain/view.d.ts:3
An Archi diagram/view definition (an archimate:ArchimateDiagramModel).
Properties
Section titled “Properties”connectionRouterType
Section titled “connectionRouterType”connectionRouterType:
number|null
Defined in: domain/view.d.ts:31
Native connectionRouterType attribute — Archi’s own numeric code for
how connections are routed in this view (IDiagramModel.CONNECTION_ROUTER_BENDPOINT = 0, the default, manual bendpoints; CONNECTION_ROUTER_MANHATTAN = 2,
orthogonal routing; Archi’s source reserves 1 as a removed, unused
option). Preserved as the raw number rather than decoded to a named
enum, like ArchiDiagramObject.figureType — its meaning is
Archi-UI-specific and the numbering has already changed once. null
when absent (Archi’s own default is 0, meaning “manual bendpoints”).
diagramConnectionIds
Section titled “diagramConnectionIds”diagramConnectionIds:
string[]
Defined in: domain/view.d.ts:35
Ids of every diagram connection anywhere within this view, regardless of nesting depth.
diagramObjectIds
Section titled “diagramObjectIds”diagramObjectIds:
string[]
Defined in: domain/view.d.ts:33
Ids of diagram objects that are direct children of the view (not nested).
documentation
Section titled “documentation”documentation:
string|null
Defined in: domain/view.d.ts:12
folderId
Section titled “folderId”folderId:
string
Defined in: domain/view.d.ts:10
folderPath
Section titled “folderPath”folderPath:
string
Defined in: domain/view.d.ts:11
id:
string
Defined in: domain/view.d.ts:4
name:
string|null
Defined in: domain/view.d.ts:5
noteIds
Section titled “noteIds”noteIds:
string[]
Defined in: domain/view.d.ts:37
Ids of notes that are direct children of the view (not nested).
properties
Section titled “properties”properties:
ArchiProperty[]
Defined in: domain/view.d.ts:13
type:
string
Defined in: domain/view.d.ts:9
Namespace-prefix-stripped semantic type, e.g. “ArchimateDiagramModel”.
viewpoint
Section titled “viewpoint”viewpoint:
string|null
Defined in: domain/view.d.ts:20
Native Archi viewpoint code (e.g. "layered", "organization") from
the viewpoint attribute — an internal lowercase code, not a
human-readable name. null when unset (Archi’s own default is an
empty string, meaning “no viewpoint restriction”).
xsiType
Section titled “xsiType”xsiType:
string
Defined in: domain/view.d.ts:7
Verbatim xsi:type attribute, e.g. “archimate:ArchimateDiagramModel”.