TLShapeUtilConstructor

See source code
Table of contents
interface TLShapeUtilConstructor<
  T extends TLShape,
  U extends ShapeUtil<T> = ShapeUtil<T>,
> {}

(new)

Parameters

NameDescription

editor

Editor;

Returns

U;

Properties

handledAssetTypes

optional
handledAssetTypes?: readonly string[];

migrations

optional

props

optional
props?: RecordProps<T>;

type

type: T["type"];

Prev
TLShapeUtilCanvasSvgDef
Next
TLShapeWrapperProps