Skip to content

io.display.table

Represents a display.table component.

Usage

ts
await io.display.video("Customer training", {
  url: "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
  size: "large",
});
python
await io.display.video("Customer training",
  url = "https://www.youtube.com/watch?v=dQw4w9WgXcQ",
  size = "large",
)

example of Forge app with display.table component