Skip to content

MatchingBracket

Unofficial

Result of a matching bracket search.

Import:

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

Signature:

export interface MatchingBracket

Properties

Property Type Description
to? EditorPosition Position of the matching bracket, if found.

Links to this page: