Skip to content

MarkdownEditView.setState method

MarkdownEditView › setState

Unofficial

Set the state of the editor (applies selections, scrolls, ...).

Signature:

setState(state: unknown): void

Parameters:

Parameter Type Description
state unknown The state to apply.

Returns: void