+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "ReadWriteVector" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## ReadWriteVector interface Apache arrow vectors are Read/Write Signature ```typescript export interface ReadWriteVector extends Vector ``` Import ```typescript import { ReadWriteVector } from '@grafana/data'; ``` Properties | Property | Type | Description | | --- | --- | --- | | [set](#set-property) | (index: number, value: T) => void | | ### set property Signature ```typescript set: (index: number, value: T) => void; ```