Skip to content

Doc.findMarksAt method

Doc › findMarksAt

Unofficial

Returns an array of all the bookmarks and marked ranges at the given position.

Signature:

findMarksAt(pos: Position): TextMarker[]

Parameters:

Parameter Type Description
pos Position The position.

Returns: TextMarker[]An array of text markers.