Skip to content

RangeValue

Unofficial

Import:

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

Signature:

export interface RangeValue

Methods

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.