Table of contents

Public class

Signature
abstract class BaseBoxShapeTool extends StateNode {}
References

StateNode

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

TLShape


shapeType

Public property

Signature
abstract shapeType: string

averageBaseBoxShapeUtil