Unofficial
Represents a folded range in the editor.
Import:
import type { Fold } from '@obsidian-typings/obsidian-catalyst-latest';
Signature:
Properties
| Property | Type | Description |
| from | number | Start line of the fold. |
| to | number | End line of the fold. |
Links to this page: