# PointEntry API `PointEntry` objects are returned when iterating over `Point` objects that belong to a range. ```typescript type PointEntry = [Point, 'anchor' | 'focus'] ```