The Shuffle Block allows us to create a list of 'Things' and set them into a random order.
It accepts the property items
which consists of an array of strings.
If this property is not provided, the list will default to:
["Thing 1", "Thing 2"];
{
"items": [
"Alice",
"Bob",
"Charlie"
]
}
The Shuffle Block allows us to create a list of 'Things' and set them into a random order.
It accepts the property items
which consists of an array of strings.
If this property is not provided, the list will default to:
["Thing 1", "Thing 2"];