Home > @jsplumbtoolkit/browser-ui > findParent
findParent() function
Signature:
export declare function findParent(el: jsPlumbDOMElement, selector: string, container: Element, matchOnElementAlso: boolean): jsPlumbDOMElement;
Parameters
Parameter | Type | Description |
---|---|---|
el | jsPlumbDOMElement | |
selector | string | |
container | Element | |
matchOnElementAlso | boolean |
Returns: