---
title: accessibilityTextMarkerRange()
framework: browserenginekit
role: symbol
role_heading: Instance Method
path: browserenginekit/beaccessibilitytextmarkersupport/accessibilitytextmarkerrange()
---

# accessibilityTextMarkerRange()

The text marker range of the current element.

## Declaration

```swift
func accessibilityTextMarkerRange() -> BEAccessibilityTextMarker.Range
```

## See Also

### Text ranges

- [accessibilityBounds(for:)](browserenginekit/beaccessibilitytextmarkersupport/accessibilitybounds(for:).md)
- [accessibilityTextMarkerRangeForCurrentSelection()](browserenginekit/beaccessibilitytextmarkersupport/accessibilitytextmarkerrangeforcurrentselection().md)
- [accessibilityTextMarkerRange(for:)](browserenginekit/beaccessibilitytextmarkersupport/accessibilitytextmarkerrange(for:).md)
- [accessibilityRange(for:)](browserenginekit/beaccessibilitytextmarkersupport/accessibilityrange(for:).md)
- [BEAccessibilityTextMarker.Range](browserenginekit/beaccessibilitytextmarker/range.md)
