Skip to content

Bracket

Unofficial

Represents a bracket character found at a specific position in the editor.

Import:

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

Signature:

export interface Bracket

Properties

Property Type Description
ch string The bracket character.
pos EditorPosition Position of the bracket in the document.

Links to this page: