Skip to main content
Big news! Interval has been acquired by Meter. Learn more →

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

any

Object or array of objects with arbitrary keys/values.

Returns

null

Was this section useful?
On this page