Skip to content

Commit

Permalink
Improve docs for viewportRect
Browse files Browse the repository at this point in the history
  • Loading branch information
filipbalucha committed Jun 28, 2024
1 parent 7dc859f commit 7b351a6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/table/src/tableState.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,9 @@ export interface TableState {
verticalGuides: number[];

/**
* The `Rect` bounds of the viewport used to perform virtual viewport
* performance enhancements.
* The bounds of the table. This includes:
* - Column and row headers,
* - Cell grid
*/
viewportRect?: Rect;

Expand Down

0 comments on commit 7b351a6

Please sign in to comment.