interface SequenceRowsData {
    columns: string[];
    externalId?: ExternalId;
    id: number;
    rows: SequenceRowData[];
}

Hierarchy (view full)

Properties

columns: string[]

Column external ids in the same order as the values for each row

externalId?: ExternalId
id: number

List of row information