TLShapeUtilCanBindOpts
See source codeTable 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: stringfromShapeType
The type of shape referenced by the fromId of the binding.
fromShapeType: stringtoShapeType
The type of shape referenced by the toId of the binding.
toShapeType: stringPrev
TLShapeUtilCanBeLaidOutOptsNext
TLShapeUtilCanvasSvgDef