Skip to content

Cm5FindPosResult

Unofficial

Result of a cursor position search in CodeMirror 5.

Import:

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

Signature:

export interface Cm5FindPosResult

Properties

Property Type Description
ch number Character position within the line.
hitSide? boolean Whether the edge of the document was reached.
line number Line number.

Links to this page: