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