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