Skip to content

FoldInfo

Unofficial

Information about all folds in a document.

Import:

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

Signature:

export interface FoldInfo

Properties

PropertyTypeDescription
foldsFold[]Array of folded ranges.
linesnumberTotal number of lines in the document.

Links to this page: