Skip to main content

Home > @jsplumb/browser-ui > matchesSelector

matchesSelector() function#

Signature:

export declare function matchesSelector(el: jsPlumbDOMElement, selector: string, ctx?: Element): boolean;

Parameters#

ParameterTypeDescription
eljsPlumbDOMElement
selectorstring
ctxElement

Returns:

boolean