TLShapeInfo
Public TypeAlias
Signature
type TLShapeInfo<T extends TLUnknownShape = TLUnknownShape> = {
type: T['type']
util: TLShapeUtilConstructor<T>
props?: ShapeProps<T>
migrations?: Migrations
tool?: TLStateNodeConstructor
}
References
TLUnknownShape, TLShapeUtilConstructor, ShapeProps, Migrations, TLStateNodeConstructor