Skip to content

Fold

Unofficial

Represents a folded range in the editor.

Import:

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

Signature:

export interface Fold

Properties

Property Type Description
from number Start line of the fold.
to number End line of the fold.

Links to this page: