Skip to content

Commit 3058e61

Browse files
Update projects/ngx-json-treeview/src/lib/types.ts
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 376aca6 commit 3058e61

File tree

1 file changed

+1
-0
lines changed
  • projects/ngx-json-treeview/src/lib

1 file changed

+1
-0
lines changed

projects/ngx-json-treeview/src/lib/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ export interface ValueClickHandler {
5151
/**
5252
* The function to execute when a clickable value is clicked.
5353
* @param segment The segment that was clicked.
54+
* @param event The mouse event that triggered the click.
5455
*/
5556
handler: (segment: Segment, event?: MouseEvent) => void;
5657
}

0 commit comments

Comments
 (0)