BaseBoxShapeUtil
Table of contents
Public class
Signature
abstract class BaseBoxShapeUtil<
Shape extends TLBaseBoxShape,
> extends ShapeUtil<Shape> {}
References
Source
packages/editor/src/lib/editor/shapes/BaseBoxShapeUtil.tsx
Properties
onResize
Public property
Signature
onResize: TLOnResizeHandler<any>
References
Methods
getGeometry()
Public method
Signature
getGeometry(shape: Shape): Geometry2d
Parameters
Name | Description |
---|---|
|
|
Returns
Geometry2d
References