Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ronozato committed Aug 21, 2023
1 parent 622b3de commit 5acdd34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/treetable/treetable.ts
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ export class TreeTable implements AfterContentInit, OnInit, OnDestroy, Blockable
* @param {TreeTableNode} object - Node instance.
* @group Emits
*/
@Output() selectionChange: EventEmitter<TreeTableNode<any> | null> = new EventEmitter<TreeTableNode<any> | null>();
@Output() selectionChange: EventEmitter<TreeTableNode<any>[] | null> = new EventEmitter<TreeTableNode<any>[] | null>();
/**
* Callback to invoke on context menu selection change.
* @param {TreeTableNode} object - Node instance.
Expand Down

0 comments on commit 5acdd34

Please sign in to comment.