+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "ArrowDataFrame" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## ArrowDataFrame interface Signature ```typescript export interface ArrowDataFrame extends DataFrame ``` Import ```typescript import { ArrowDataFrame } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [table](#table-property) | Table | | ### table property Signature ```typescript table: Table; ```