Table of contents

Public interface

A base interface for a shape's handles.

Signature
interface TLHandle {}
Source

packages/tlschema/src/misc/TLHandle.ts


Properties

canBind

Public propertysignature

Signature
canBind?: boolean

canSnap

Public propertysignature

Signature
canSnap?: boolean

id

Public propertysignature

A unique identifier for the handle.

Signature
id: string

index

Public propertysignature

Signature
index: IndexKey

type

Public propertysignature

Signature
type: TLHandleType
References

TLHandleType


x

Public propertysignature

Signature
x: number

y

Public propertysignature

Signature
y: number

TLGroupShapeTLHandleType