Home > @jsplumb/browser-ui > isInsideParent
#
isInsideParent() functionSignature:
export declare function isInsideParent(instance: BrowserJsPlumbInstance, _el: HTMLElement, pos: PointXY): boolean;
#
ParametersParameter | Type | Description |
---|---|---|
instance | BrowserJsPlumbInstance | |
_el | HTMLElement | |
pos | PointXY |
Returns:
boolean