BindingOnShapeChangeOptions
Table of contents
Public interface
Signature
interface BindingOnShapeChangeOptions<Binding extends TLUnknownBinding> {}
References
Source
packages/editor/src/lib/editor/bindings/BindingUtil.ts
Properties
binding
Public propertysignature
Signature
binding: Binding
shapeAfter
Public propertysignature
Signature
shapeAfter: TLShape
References
shapeBefore
Public propertysignature
Signature
shapeBefore: TLShape
References