TLShapeUtilConstructor
Table of contents
Public interface
Signature
interface TLShapeUtilConstructor<
T extends TLUnknownShape,
U extends ShapeUtil<T> = ShapeUtil<T>,
> {}
References
Source
packages/editor/src/lib/editor/shapes/ShapeUtil.ts
(new)
Public constructsignature
Parameters
Name | Description |
---|---|
|
|
Returns
U
References
Properties
migrations
Public propertysignature
Signature
migrations?: Migrations
References
props
Public propertysignature
Signature
props?: ShapeProps<T>
References
type
Public propertysignature
Signature
type: T['type']