Ir al contenido

ArchiView

Esta página aún no está disponible en tu idioma.

cda-developer-portal


cda-developer-portal / ArchiView

Defined in: domain/view.d.ts:3

An Archi diagram/view definition (an archimate:ArchimateDiagramModel).

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: string[]

Defined in: domain/view.d.ts:35

Ids of every diagram connection anywhere within this view, regardless of nesting depth.


diagramObjectIds: string[]

Defined in: domain/view.d.ts:33

Ids of diagram objects that are direct children of the view (not nested).


documentation: string | null

Defined in: domain/view.d.ts:12


folderId: string

Defined in: domain/view.d.ts:10


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: string[]

Defined in: domain/view.d.ts:37

Ids of notes that are direct children of the view (not nested).


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

Defined in: domain/view.d.ts:7

Verbatim xsi:type attribute, e.g. “archimate:ArchimateDiagramModel”.