Skip to content
Snippets Groups Projects
Commit 9ff1fe43 authored by David Sehnal's avatar David Sehnal
Browse files

Changed column toArray type

parent ea7b1ba9
Branches
Tags
No related merge requests found
......@@ -14,7 +14,7 @@ interface Column<T> {
readonly rowCount: number,
value(row: number): T,
valueKind(row: number): Column.ValueKind,
toArray(params?: Column.ToArrayParams<T>): ReadonlyArray<T>,
toArray(params?: Column.ToArrayParams<T>): ArrayLike<T>,
areValuesEqual(rowA: number, rowB: number): boolean
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment