You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`pro.WebSandbox.compile_success(fn, ···)`| Triggered when Sandbox compilation succeeds. |
53
+
|`pro.WebSandbox.compile_error(fn, ···)`| Triggered when Sandbox compilation fails. |
54
+
|`pro.WebSandbox.render_error(fn, ···)`| Triggered when Sandbox rendering throws an error. |
55
+
|`pro.WebSandbox.custom(fn, ···)`| Custom events triggered within the Sandbox are invoked via JavaScript when `window.dispatch` is called within the Sandbox. |
0 commit comments