BaseBoxShapeTool
Public class
Signature
abstract class BaseBoxShapeTool extends StateNode {}
References
Source
packages/editor/src/lib/editor/tools/BaseBoxShapeTool/BaseBoxShapeTool.ts
Properties
children
Public static property
Signature
static children: () => (typeof Idle | typeof Pointing)[]
id
Public static property
Signature
static id: string
initial
Public static property
Signature
static initial: string
onCreate
Public property
Signature
onCreate?: (_shape: null | TLShape) => null | void
References
shapeType
Public property
Signature
abstract shapeType: string