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:

ParameterTypeDescription
save?boolean | undefinedWhether to save before destroying.

Returns: void