Kind: Function
Source: atloria-monorepo/packages/editor/src/plugins/core/index.ts
Signature
tsfunction Appender(cell$: NodeRef<T[]>, init: (r: Realm, sig$: NodeRef<T | T[]>) => void)
Parameters
| Name | Type |
|---|---|
cell$ | NodeRef<T[]> |
init | `(r: Realm, sig$: NodeRef<T |
Was this page helpful?