Skip to content

TextMarkerRange

Unofficial

The range of a text marker.

Import:

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

Signature:

export interface TextMarkerRange

Properties

PropertyTypeDescription
fromPositionThe start position of the marker.
toPositionThe end position of the marker.

Links to this page: