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 = TLShape> {}

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

TLShapeIndicatorPropsTLShapeUtilCanvasSvgDef