Returns whether value is using the nested syntax for attributes.
value
isColString('$id$'); // trueisColString('$project.name$'); // trueisColString('name'); // false
The attribute reference to check.
Generated using TypeDoc
Returns whether
value
is using the nested syntax for attributes.Example