Type Alias DataRecord

type DataRecord = {
    qValues?: string[];
}
Index

Properties

Properties

qValues?: string[]

List of values inside the table. The first values (in result/qPreview/0/qValues ) correspond to the field names in the table. The following values (from result/qPreview/1/qValues ) are the values of the fields in the table.