MarkdownEditView.setState method
MarkdownEditView › setState
Unofficial
Set the state of the editor (applies selections, scrolls, ...).Signature:
setState(state: unknown): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| state | unknown | The state to apply. |
Returns: void