Skip to main content

Array

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 array node. Use Collection2 (Array) plus the CollectionInsert/Remove/Clear/New action nodes.

The legacy Collection node bundled the shared-list store and all its mutations (add/remove/clear/new/store/fetch) into one node. Its replacement splits reading (Array/Collection2) from the individual mutation nodes, keeping graphs legible. The underlying shared-by-id array store is the same, so legacy and current nodes interoperate on the same collectionIds.

When to use it​

Do not use in new graphs — use Collection2 with CollectionInsert/CollectionRemove/CollectionClear/CollectionNew instead.

At a glance​

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

Inputs​

Values​

NameTypeDefaultDescription
collectionIdString (CollectionName id)——
itemsArray——
modifyIdString——

Signals​

NameTypeDefaultDescription
addSignal——
clearSignal——
fetchSignal——
newSignal——
removeSignal——
storeSignal——

Outputs​

Values​

NameTypeDefaultDescription
countNumber——
idString——
itemsArray——

Signals​

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

Array, Insert Object Into Array, Remove Object From Array, Clear Array, Create New Array

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.