TLShapeUtilCanBindOpts

See source code
Table of contents

Options passed to ShapeUtil.canBind. A binding that could be made. At least one of fromShapeType or toShapeType will belong to this shape util.

interface TLShapeUtilCanBindOpts<
  Shape extends TLUnknownShape = TLUnknownShape,
> {}

Properties

bindingType

The type of binding.

bindingType: string

fromShapeType

The type of shape referenced by the fromId of the binding.

fromShapeType: string

toShapeType

The type of shape referenced by the toId of the binding.

toShapeType: string

Prev
TLShapeUtilCanBeLaidOutOpts
Next
TLShapeUtilCanvasSvgDef
hey

We use cookies on this website.
Learn more in our Cookie Policy.