HandTool
Table of contents
Public class
Signature
class HandTool extends StateNode {}
References
Source
packages/tldraw/src/lib/tools/HandTool/HandTool.ts
Properties
children
Public static property
Signature
static children: () => (typeof Dragging | typeof Idle | typeof Pointing)[]
id
Public static property
Signature
static id: string
initial
Public static property
Signature
static initial: string
onDoubleClick
Public property
Signature
onDoubleClick: TLClickEvent
References
onQuadrupleClick
Public property
Signature
onQuadrupleClick: TLClickEvent
References
onTripleClick
Public property
Signature
onTripleClick: TLClickEvent
References