Properties
info
Here useful properties of the Collection
are listed.
agileInstance
#
Agile Instance to which the Collection belongs
Note that it is stored as a function in the Collection, to avoid endless deep classes.
key
#
Current key/name of the Collection.
It is used to uniquely identify the Collection.
Besides getting the key
, we can also assign a new key
with help of this property.
size
#
How many Items are stored in the Collection right now.
Be aware that placeholder Items doesn't get counted.
data
#
All Items of the Collection are stored here.
We recommend using the getAllItems
function to get assess to all Items,
or the default Group
.
Because the data
property isn't thought to be used in the outer world.
isPersisted
#
If the State Value got successfully persisted into an external Storage like the Local Storage.
groups
#
Here all Groups of the Collection are stored.
If we want to get access to one specific Group, we should use
instead of
selectors
#
Here all Selectors of the Collection are stored.
If we want to get access to one specific Selector, we should use
instead of