Sign up (with export icon)

ElementApi

Api-interface iconinterface

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.

Properties

  • Chevron-right icon

    sourceElement : undefined | HTMLElement
    readonly

    The element on which the editor has been initialized.

Methods