Ir al contenido

ArchiFeature

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

cda-developer-portal


cda-developer-portal / ArchiFeature

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

A native Archi <feature name="..." value="..."/> entry — Archi’s own open-ended extensibility mechanism for attaching new data to a diagram object, connection, or note without changing the underlying XSD. Label Expressions (name="labelExpression") are the best-known use of this, but the parser captures every feature generically rather than special- casing that one name.

name: string

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


value: string

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