collection common

collection size

Number of elements in the collection.

capacity

Capacity of the collection (max number of elements).

size

Size of the collection (number of elements).

clear

Clears (empties) the collection.

push mode

  • manual: elements are pushed into the collection manually when the push (or add) button is triggered.
  • automatic: elements are pushed into the collection automatically if the in has changed.

display errors

Displays a warning when there is an attempt to push a flow on a full collection (the size = capacity) or when there is an attempt to pop an empty collection.

version 7.0.250121

Edit All Pages