Interface SnapshotOptions

Options for requesting a snapshot of a table.

Hierarchy

Properties

columns: Column[]

Required property to indicate which columns should be included in the table data.

isReverseViewport?: boolean

If true, the snapshot will be filled starting from the end of the table, where 0 is the last row of the table. Default is false.

previewOptions?: PreviewOptions

Optional preview instructions for columns in the table data.

The rows to include in the snapshot. This can be either a RangeSet or a single range with first and last properties.