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

Edit this page
Last edited on 12 June 2023
TLSessionStateSnapshotTLShapeUtilConstructor