Skip to content

Commit

Permalink
Add type definition for Column.values
Browse files Browse the repository at this point in the history
  • Loading branch information
emlai committed Sep 13, 2018
1 parent 7baa7dd commit b49ad32
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -585,6 +585,11 @@ export interface Column {
* Styles applied to the column
*/
style: Partial<Style>;

/**
* The cell values in the column
*/
values: ReadonlyArray<CellValue>;
}

export interface ColumnExtension extends Partial<Style> {
Expand Down

0 comments on commit b49ad32

Please sign in to comment.