Object
This node is deprecated and kept only so existing projects keep working. It is not offered in the node picker for new use.
Deprecated all-in-one shared object node. Use Model2 (Object) plus NewModel and SetModelProperties.
The legacy Model node combined reading, creating and storing a shared client-side object in one node. Its successors split the roles: Object (Model2) reads reactively by id, New Object creates, Set Object Properties writes. The object store is shared, so legacy graphs and new nodes see the same objects by id.
When to use it
Do not use in new graphs — use Model2 with NewModel/SetModelProperties instead.
At a glance
| Category | Data |
| Type name | Model |
| Available in | browser |
| SSR compatibility | safe |
| Provided by | noodl-viewer-react |
Inputs
Values
| Name | Type | Default | Description |
|---|---|---|---|
modelId | String (ModelName id) | — | — |
properties | Stringlist | — | — |
Signals
| Name | Type | Default | Description |
|---|---|---|---|
clear | Signal | — | — |
fetch | Signal | — | — |
new | Signal | — | — |
store | Signal | — | — |
Outputs
Values
| Name | Type | Default | Description |
|---|---|---|---|
id | String | — | — |
Signals
| Name | Type | Default | Description |
|---|---|---|---|
changed | Signal | — | — |
created | Signal | — | — |
fetched | Signal | — | — |
stored | Signal | — | — |
Dynamic ports
This node's port list changes at runtime (runtime-discovered); the tables above may be incomplete for a given instance.
Some ports are discovered at runtime from user code, parameters or connected components, and are pushed to the editor per instance; the static port list below is incomplete for such instances.
Ports at runtime
Property ports are generated from the per-instance properties list (runtime-discovered), as on its successors.
Related nodes
Object, Create New Object, Set Object Properties
This page is generated from node-catalog-enriched.json. Do not edit it by hand — run npm run docs:nodes to regenerate, and fix the source enrichment instead.