Home > @jsplumb/core > LightweightFloatingAnchor
#
LightweightFloatingAnchor classSignature:
export declare class LightweightFloatingAnchor implements LightweightAnchor
Implements: LightweightAnchor
#
ConstructorsConstructor | Modifiers | Description |
---|---|---|
(constructor)(instance, element) | Constructs a new instance of the LightweightFloatingAnchor class |
#
PropertiesProperty | Modifiers | Type | Description |
---|---|---|---|
cssClass | string | ||
currentLocation | number | ||
element | Element | ||
id | string | ||
instance | JsPlumbInstance | ||
isContinuous | false | ||
isDynamic | false | ||
isFloating | boolean | ||
locations | Array<AnchorRecord> | ||
locked | boolean | ||
orientation | Orientation | ||
size | Size | ||
timestamp | string | ||
type | string |
#
MethodsMethod | Modifiers | Description |
---|---|---|
out() | notification the endpoint associated with this anchor is no longer hovering over another anchor; we should resume calculating orientation as we normally do. | |
over(endpoint) | notification the endpoint associated with this anchor is hovering over another anchor; we want to assume that anchor's orientation for the duration of the hover. |