BindingOnShapeDeleteOptions
See source codeTable of contents
Options passed to BindingUtil.onBeforeDeleteFromShape and BindingUtil.onBeforeDeleteToShape, describing a bound shape that is about to be deleted.
See BindingOnShapeIsolateOptions for discussion on when to use the delete vs. the isolate callbacks.
interface BindingOnShapeDeleteOptions<Binding extends TLUnknownBinding> {}
Properties
binding
The binding record that refers to the shape in question.
binding: Binding
shape
The shape that is about to be deleted.
shape: TLShape
Prev
BindingOnShapeChangeOptionsNext
BindingOnShapeIsolateOptions