The cwrapIndex directive represents the index number of the current array iteration.
{ "element": "ul", "style": " box-sizing: border-box; margin: -14px 0 0 0; padding: 0 0 0 24px; gap: 8px; display: flex; flex-direction: column;", "blueprint": { "count": "7", "element": "li", "style": "padding-left: 8px; color:hsl(215, 51%, 70%); list-style-type: 'cwrapArray[✨,🔍,🧹,👀,🛤️,🧩,🌍]';", "children": [ { "element": "p", "style": "margin:0;", "text": "cwrapGlobal[features.cwrapIndex]" } ] } }
The cwrapIndex directive is equivalent to cwrapIndex0, while cwrapIndex1 represents the index iteration of a nested array within the current array, and so on. Additionally, cwrapIndex can be used decoratively or for other purposes—for example, writing cwrap0+1 retrieves the current index value incremented by one.