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