* Destroys the editor instance by removing all events, element references or other resources * that could leak memory. This method will be called automatically when the page is unloaded * but you can also call it directly if you know what you are doing. * * @method destroy * @param {B
(automatic?: boolean)
| 1171 | * @param {Boolean} automatic Optional state if the destroy is an automatic destroy or user called one. |
| 1172 | */ |
| 1173 | public destroy(automatic?: boolean): void { |
| 1174 | EditorRemove.destroy(this, automatic); |
| 1175 | } |
| 1176 | |
| 1177 | /** |
| 1178 | * Uploads all data uri/blob uri images in the editor contents to server. |
no outgoing calls
no test coverage detected