html-support/integrations/integrationutils
module
Functions
-
getDescendantElement( writer, containerElement, elementName ) → undefined | ViewElement
internalmodule:html-support/integrations/integrationutils~getDescendantElement
Returns the first view element descendant matching the given view name. Includes view element itself.
Parameters
writer : ViewDowncastWriter
containerElement : ViewElement
elementName : string
Returns
undefined | ViewElement