Interface

ElementApi (core/editor/utils)

@ckeditor/ckeditor5-core/src/editor/utils/elementapimixin

interface

Interface describing an editor that replaced a DOM element (was "initialized on an element").

Such an editor should provide a method to update the replaced element with the current data.

Filtering

Properties

  • sourceElement : undefined | HTMLElement

    The element on which the editor has been initialized.

Methods