Skip to main content

Home > @jsplumb/browser-ui > isInsideParent

isInsideParent() function#

Signature:

export declare function isInsideParent(instance: BrowserJsPlumbInstance, _el: HTMLElement, pos: PointXY): boolean;

Parameters#

ParameterTypeDescription
instanceBrowserJsPlumbInstance
_elHTMLElement
posPointXY

Returns:

boolean