HeadingInfo
Unofficial
Information about a heading section in a note, including its text and position range.
Import:
import type { HeadingInfo } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface HeadingInfoProperties
| Property | Type | Description | |
|---|---|---|---|
| end | EditorPosition | End position of the heading section in the editor. | |
| heading | string | The heading text content. | |
| start | EditorPosition | Start position of the heading section in the editor. |
Links to this page: