Home > @jsplumb/browser-ui > findParent
#
findParent() functionSignature:
export declare function findParent(el: jsPlumbDOMElement, selector: string, container: Element, matchOnElementAlso: boolean): jsPlumbDOMElement;
#
ParametersParameter | Type | Description |
---|---|---|
el | jsPlumbDOMElement | |
selector | string | |
container | Element | |
matchOnElementAlso | boolean |
Returns: