For the complete documentation index, see llms.txt. This page is also available as Markdown.

Ranges

Widget contain data as ranges, a collection of cells in rows and columns. Depending on the widget type, ranges have different dimensions:

  • Cell, Text, Button, Image widget: range with only a single cell

  • Menu widget: range with a single column

  • Table, Chart widget: range with rows and columns\

Example

Last updated