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
{{ message }}
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
|`nowallet`|`boolean`| Set this to `true` if you dont want to use a web wallet, and generate a local jwk file (works on mobile) Recommended for playgrounds |
30
+
|`onAOProcess`|`(pid:string) => void`| Callback function that run whenever a process is is loaded |
31
+
|`onNewMessage`|`(msgs: msg[]) => void`| Callback function, runs whenever process gets new messages |
32
+
|`onInbox`|`(inbox: msg[]) => void`| Callback function, runs whenever Inbox is received after calling `getInbox()`|
33
+
|`width`|`string`| Width of the cell |
34
+
|`height`|`string`| Height of the cell |
35
+
|`className`|`string`| Class names for styling |
36
+
|`style`|`React.CSSProperties`| Inline styles |
37
+
|`devMode`|`boolean`| Boolean to enable dev mode |
37
38
38
39
39
40
### `getInbox(...)`
@@ -77,9 +78,9 @@ import { CodeCell } from '@betteridea/codecell';
The package is essentially a wrapper around https://ide.betteridea.dev/codecell route from the main [IDE](https://ide.betteridea.dev) to run code in any webapp through a webview.
142
+
The package is essentially a wrapper around https://ide.betteridea.dev/codecell route from the main [IDE](https://ide.betteridea.dev) to run code in any webapp through a webview.
0 commit comments