MarkdownEditView.setEphemeralState method
MarkdownEditView › setEphemeralState
Unofficial
Set the ephemeral (non-persistent) state of the editor.Signature:
setEphemeralState(state: unknown): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| state | unknown | The ephemeral state to set. |
Returns: void