Module

html-support/integrations/integrationutils

@ckeditor/ckeditor5-html-support/src/integrations/integrationutils

module

Filtering

Functions

  • internal

    getDescendantElement( writer, containerElement, elementName ) → Element | undefined

    Returns the first view element descendant matching the given view name. Includes view element itself.

    Parameters

    writer : DowncastWriter
    containerElement : Element
    elementName : string

    Returns

    Element | undefined