Skip to content

CmRange<T>

Unofficial

A range associates a value with a range of positions.

Import:

import type { CmRange } from '@obsidian-typings/obsidian-public-latest';

Signature:

export interface CmRange<T extends RangeValue>

Properties

Property Type Description
from number The start of the range.
to number The end of the range.
value T The value associated with this range.

Links to this page: