A CKRepeition object repeats its contents.
Required attributes: list
and item
, or count
Attribute | Type | Description |
---|---|---|
count |
Integer |
CKRepeition repeats its contents this number of times. |
list |
Enumerable |
Array which is iterated through. |
item |
- |
Current item when the list is iterated through. |
index |
Integer |
Index of the current item. |