Skip to content

ArchiModelMetadata

cda-developer-portal


cda-developer-portal / ArchiModelMetadata

Defined in: domain/model.d.ts:9

Top-level metadata read from the <archimate:model> root element.

id: string

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


name: string

Defined in: domain/model.d.ts:11


properties: ArchiProperty[]

Defined in: domain/model.d.ts:20


purpose: string | null

Defined in: domain/model.d.ts:19

The model’s native <purpose> element — Archi’s own name for its model-level narrative field (there is no separate, generic “documentation” concept at the model root, unlike elements, relationships, views, and folders, which all have one).


version: string

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