Skip to main content

Object

Deprecated

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​

CategoryData
Type nameModel
Available inbrowser
SSR compatibilitysafe
Provided bynoodl-viewer-react

Inputs​

Values​

NameTypeDefaultDescription
modelIdString (ModelName id)——
propertiesStringlist——

Signals​

NameTypeDefaultDescription
clearSignal——
fetchSignal——
newSignal——
storeSignal——

Outputs​

Values​

NameTypeDefaultDescription
idString——

Signals​

NameTypeDefaultDescription
changedSignal——
createdSignal——
fetchedSignal——
storedSignal——

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.

Object, Create New Object, Set Object Properties

Generated

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.