ArchiFolder
cda-developer-portal / ArchiFolder
Interface: ArchiFolder
Section titled “Interface: 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).
Properties
Section titled “Properties”containedIds
Section titled “containedIds”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
Section titled “documentation”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
Section titled “parentId”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
Section titled “properties”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.