Module

utils/dom/getdatafromelement

@ckeditor/ckeditor5-utils/src/dom/getdatafromelement

module

Filtering

Functions

  • getDataFromElement( el ) → string

    Gets data from a given source element.

    Parameters

    el : HTMLElement

    The element from which the data will be retrieved.

    Returns

    string

    The data string.