MCPcopy
hub / github.com/tldraw/tldraw / onAfterCreate

Method onAfterCreate

packages/tldraw/src/test/bindings.test.tsx:97–100  ·  view source on GitHub ↗
(options: BindingOnCreateOptions)

Source from the content-addressed store, hash-verified

95 }
96
97 override onAfterCreate(options: BindingOnCreateOptions): void {
98 registerCall('onAfterCreate', options.binding)
99 mockOnAfterCreate(options)
100 }
101
102 override onBeforeChange(options: BindingOnChangeOptions): void {
103 registerCall('onBeforeChange', options.bindingAfter)

Callers 1

constructorMethod · 0.45

Calls 1

registerCallFunction · 0.85

Tested by

no test coverage detected