Appearance
@jtopo/core / IAnchor
Interface: IAnchor
Implemented by
Table of contents
Properties
Methods
Properties
clazz
clazz: number
name
name: string
usage
usage: AnchorUsageType
Methods
pointerdownHandler
pointerdownHandler(host, stage, xyInHostLocal): any
Parameters
| Name | Type |
|---|---|
host | Node | Link |
stage | Stage |
xyInHostLocal | PointLike |
Returns
any
pointermoveHandler
pointermoveHandler(host, stage, xyInHostLocal): any
Parameters
| Name | Type |
|---|---|
host | Node | Link |
stage | Stage |
xyInHostLocal | PointLike |
Returns
any
pointerupHandler
pointerupHandler(host, stage, xyInHostLocal): any
Parameters
| Name | Type |
|---|---|
host | Node | Link |
stage | Stage |
xyInHostLocal | PointLike |
Returns
any