Skip to content

@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

NameType
hostNode | Link
stageStage
xyInHostLocalPointLike

Returns

any


pointermoveHandler

pointermoveHandler(host, stage, xyInHostLocal): any

Parameters

NameType
hostNode | Link
stageStage
xyInHostLocalPointLike

Returns

any


pointerupHandler

pointerupHandler(host, stage, xyInHostLocal): any

Parameters

NameType
hostNode | Link
stageStage
xyInHostLocalPointLike

Returns

any