Skip to content

HeadingInfo

Unofficial

Information about a heading section in a note, including its text and position range.

Import:

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

Signature:

export interface HeadingInfo

Properties

PropertyTypeDescription
endEditorPositionEnd position of the heading section in the editor.
headingstringThe heading text content.
startEditorPositionStart position of the heading section in the editor.

Links to this page: