io.display.object
Displays an object of nested data to the action user.
Usage
await io.display.object("Example object", {
data: [
{
album: "Exile on Main Street",
artist: "The Rolling Stones",
year: 1972,
},
],
});
interval.com
Props
data | Required object or array of objects | Object or array of objects with arbitrary keys/values. |
Returns: Null
Did this section clearly explain what you wanted to learn?