Skip to content

Commit

Permalink
refactor(typing): add new SlickGrid event
Browse files Browse the repository at this point in the history
  • Loading branch information
ghiscoding-SE committed Jun 3, 2020
1 parent f90ccdf commit 6d524f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/common/src/interfaces/slickGrid.interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,6 +457,7 @@ export interface SlickGrid {
onCellChange: SlickEvent;
onCellCssStylesChanged: SlickEvent;
onClick: SlickEvent;
onColumnsDrag: SlickEvent;
onColumnsReordered: SlickEvent;
onColumnsResized: SlickEvent;
onContextMenu: SlickEvent;
Expand Down

0 comments on commit 6d524f8

Please sign in to comment.