> For the complete documentation index, see [llms.txt](https://docs.slatejs.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.slatejs.org/api/locations/point-entry.md).

# PointEntry

`PointEntry` objects are returned when iterating over `Point` objects that belong to a range.

```typescript
type PointEntry = [Point, 'anchor' | 'focus']
```
