getLabelExpression
cda-developer-portal / getLabelExpression
Function: getLabelExpression()
Section titled “Function: getLabelExpression()”getLabelExpression(
features):string|null
Defined in: parser/label-expression.d.ts:11
Returns the raw Label Expression string (Archi’s own ${...} template
syntax, e.g. "${name}\n${property:First}") stored on a diagram object,
connection, or note’s features, or null if none is set.
See resolveLabelExpression to evaluate it against the model.
Parameters
Section titled “Parameters”features
Section titled “features”Returns
Section titled “Returns”string | null