Skip to content

EmbeddedEditorView.destroyEditor method

EmbeddedEditorView › destroyEditor

Unofficial

Destroy edit component editor and save contents if specified.

Signature:

destroyEditor(save?: boolean | undefined): void

Parameters:

Parameter Type Description
save? boolean | undefined Whether to save before destroying.

Returns: void