Skip to main content

Home > @jsplumbtoolkit/browser-ui-plugin-lasso > Lasso

Lasso class

Signature:

export declare class Lasso 

Constructors

ConstructorModifiersDescription
(constructor)(options)Constructs a new instance of the Lasso class

Properties

PropertyModifiersTypeDescription
downboolean
downEventstring
downListenerFunction
elHTMLElement
enabledboolean
invertboolean
masksRecord<string, HTMLElement>
moveEventstring
moveListenerFunction
movingboolean
onEndFunction
onSelectFunction
onStartFunction
originPointXY
surfaceSurface
upEventstring
upListenerFunction

Methods

MethodModifiersDescription
isActive()Returns whether or not the lasso is active.
setEnabled(e)Sets whether or not the lasso responds to mouse events.