LaserTool
Table of contents
Public class
Signature
class LaserTool extends StateNode {}
References
Source
packages/tldraw/src/lib/tools/LaserTool/LaserTool.ts
Properties
children
Public static property
Signature
static children: () => (typeof Idle | typeof Lasering)[]
id
Public static property
Signature
static id: string
initial
Public static property
Signature
static initial: string
onEnter
Public property
Signature
onEnter: () => void