Skip to content

Fold

Unofficial

Represents a folded range in the editor.

Import:

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

Signature:

export interface Fold

Properties

PropertyTypeDescription
fromnumberStart line of the fold.
tonumberEnd line of the fold.

Links to this page: