Skip to content

FoldInfo

Unofficial

Information about all folds in a document.

Import:

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

Signature:

export interface FoldInfo

Properties

Property Type Description
folds Fold[] Array of folded ranges.
lines number Total number of lines in the document.

Links to this page: