TLShapeUtilConstructor
See source codeTable of contents
interface TLShapeUtilConstructor<
  T extends TLUnknownShape,
  U extends ShapeUtil<T> = ShapeUtil<T>,
> {}
(new)
Parameters
| Name | Description | 
|---|---|
  | 
Returns
U
Properties
migrations
optional
migrations?: LegacyMigrations | MigrationSequence | TLPropsMigrations
props
optional
props?: RecordProps<T>
type
type: T['type']
Prev
TLShapeUtilCanvasSvgDefNext
TLSnapIndicatorProps