Skip to content

RangeValue

Unofficial

Import:

import type { RangeValue } from '@codemirror/state';

Signature:

export interface RangeValue

Methods

MethodReturnsDescription
eq(other)booleanCompare this value with another value. Used when comparing range sets.
range(from, to?)Range<this>Create a range with this value.