---
title: getPropertyPath
framework: tvmljs
role: symbol
role_heading: Instance Method
path: tvmljs/dataitem/2897819-getpropertypath
---

# getPropertyPath

Retrieves the value associated with a property path.

## Declaration

```data
Object getPropertyPath(
    in String path
);
```

## Parameters

- `path`: The dot-separated sequence of properties from the receiver. The path can contain array indexers. For example, items[0].title refers to the title property stored in index location 0 in the items array.

## Return Value

Return Value The data item object contained in the path.

## See Also

### Working with Property Paths

- [setPropertyPath](tvmljs/dataitem/2897832-setpropertypath.md)
- [touchPropertyPath](tvmljs/dataitem/2897830-touchpropertypath.md)
