Skip to content

TextMarkerRange

Unofficial

The range of a text marker.

Import:

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

Signature:

export interface TextMarkerRange

Properties

Property Type Description
from Position The start position of the marker.
to Position The end position of the marker.

Links to this page: