Skip to main content

Home > @jsplumb/browser-ui > findParent

findParent() function#

Signature:

export declare function findParent(el: jsPlumbDOMElement, selector: string, container: Element, matchOnElementAlso: boolean): jsPlumbDOMElement;

Parameters#

ParameterTypeDescription
eljsPlumbDOMElement
selectorstring
containerElement
matchOnElementAlsoboolean

Returns:

jsPlumbDOMElement