MCPcopy
hub / github.com/tldraw/tldraw / onBeforeDelete

Method onBeforeDelete

packages/tldraw/src/test/bindings.test.tsx:62–65  ·  view source on GitHub ↗
(options: BindingOnDeleteOptions)

Source from the content-addressed store, hash-verified

60 }
61
62 override onBeforeDelete(options: BindingOnDeleteOptions): void {
63 registerCall('onBeforeDelete', options.binding)
64 mockOnBeforeDelete(options)
65 }
66
67 override onAfterDelete(options: BindingOnDeleteOptions): void {
68 registerCall('onAfterDelete', options.binding)

Callers 1

constructorMethod · 0.80

Calls 1

registerCallFunction · 0.85

Tested by

no test coverage detected