Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
mohamedkhallouq
GitHub Repository: mohamedkhallouq/content
Path: blob/main/files/en-us/web/api/abstractrange/collapsed/index.md
6520 views
---
title: AbstractRange.collapsed slug: Web/API/AbstractRange/collapsed page-type: web-api-instance-property browser-compat: api.AbstractRange.collapsed
---

{{APIRef("DOM")}}

The read-only collapsed property of the {{domxref("AbstractRange")}} interface returns true if the range's start position and end position are the same.

Value

A boolean value which is true if the range is collapsed. A collapsed range is one in which the start and end positions are the same, resulting in a zero-character-long range.

Example

let isCollapsed = range.collapsed;

Specifications

{{Specifications}}

Browser compatibility

{{Compat}}