Function isColString

  • Returns whether value is using the nested syntax for attributes.

    Example

    isColString('$id$'); // true
    isColString('$project.name$'); // true
    isColString('name'); // false

    Parameters

    • value: string

      The attribute reference to check.

    Returns boolean

Generated using TypeDoc