MarkdownPreviewView.setEphemeralState method
MarkdownPreviewView › setEphemeralState
Unofficial
Set the ephemeral state of the preview (e.g. scroll position).Signature:
setEphemeralState(e: unknown): unknownParameters:
| Parameter | Type | Description |
|---|---|---|
| e | unknown | The ephemeral state to set. |
Returns: unknown — The result of setting the ephemeral state.