EditorViewDocumentPadding
Unofficial
Padding above and below the document.
Import:
import type { EditorViewDocumentPadding } from '@obsidian-typings/obsidian-public-latest';Signature:
export interface EditorViewDocumentPaddingProperties
| Property | Type | Description | |
|---|---|---|---|
| bottom | number | The bottom padding in pixels. | |
| top | number | The top padding in pixels. |