Function _templatizeNamePrivate

  • Private

    templatize field name when referenced like this: {{fieldName}} checks each field name from the layer

    Parameters

    • object: any

      with the property to test for a field name

    • property: string

      that could have a field name referenced

    • fieldNames: string[]

      array for field names for the layer

    • basePath: string

      path used to de-templatize while deploying

    Returns void