EditorViewScrollHandlerOptions
Unofficial
Options for the scroll handler facet.
Import:
import type { EditorViewScrollHandlerOptions } from '@obsidian-typings/obsidian-catalyst-latest';Signature:
export interface EditorViewScrollHandlerOptionsProperties
| Property | Type | Description | |
|---|---|---|---|
| x | 'center' | 'end' | 'nearest' | 'start' | Horizontal alignment. | |
| xMargin | number | Horizontal margin in pixels. | |
| y | 'center' | 'end' | 'nearest' | 'start' | Vertical alignment. | |
| yMargin | number | Vertical margin in pixels. |