Skip to content

CmRange<T>

Unofficial

A range associates a value with a range of positions.

Import:

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

Signature:

export interface CmRange<T extends RangeValue>

Properties

PropertyTypeDescription
fromnumberThe start of the range.
tonumberThe end of the range.
valueTThe value associated with this range.

Links to this page: