MarkdownScrollableEditView.applyScroll method
MarkdownScrollableEditView › applyScroll
Unofficial
Set the scroll count of the editor scrollbar.Signature:
applyScroll(scroll: number): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| scroll | number | Scroll position to apply. |
Returns: void