BaseBoxShapeTool
Public Class
Signature
abstract class BaseBoxShapeTool extends StateNode {}
References
Properties
children
Public Static Property
Signature
static children: () => (typeof Idle | typeof Pointing)[]
References
id
Public Static Property
Signature
static id: string
initial
Public Static Property
Signature
static initial: string
shapeType
Public Property
Signature
abstract shapeType: string
styles
Public Property
Signature
styles: (
| 'align'
| 'arrowheadEnd'
| 'arrowheadStart'
| 'color'
| 'dash'
| 'fill'
| 'font'
| 'geo'
| 'icon'
| 'labelColor'
| 'opacity'
| 'size'
| 'spline'
| 'verticalAlign'
)[]