RangeValue
Unofficial
Import:
import type { RangeValue } from '@codemirror/state';Signature:
export interface RangeValueMethods
| Method | Returns | Description | |
|---|---|---|---|
| eq(other) | boolean | Compare this value with another value. Used when comparing range sets. | |
| range(from, to?) | Range<this> | Create a range with this value. |