Skip to content

ArchiFolder

cda-developer-portal


cda-developer-portal / ArchiFolder

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

A folder node from the Archi model tree (e.g. the standard “Business”, “Application”, “Relations”, “Views” buckets, plus any user-created sub-folders).

containedIds: string[]

Defined in: domain/folder.d.ts:25

Ids of elements/relationships/views directly inside this folder. Does NOT include sub-folder ids — subfolder hierarchy is expressed via each subfolder’s own parentId.


documentation: string | null

Defined in: domain/folder.d.ts:26


id: string

Defined in: domain/folder.d.ts:8


name: string | null

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


parentId: string | null

Defined in: domain/folder.d.ts:17


path: string

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

Slash-joined folder names from the model root down to this folder.


properties: ArchiProperty[]

Defined in: domain/folder.d.ts:27


type: string

Defined in: domain/folder.d.ts:16

Raw type attribute, e.g. “business” | “application” | “technology” | “motivation” | “strategy” | “implementation_migration” | “other” | “relations” | “diagrams”. Left as a plain string (not a hardcoded union) so folder types Archi introduces later are preserved as-is.