Skip to content

Commit 449691b

Browse files
authored
Add a missing event name (#87)
'select' is a valid event name, when a selection of points has been made.
1 parent ba42e19 commit 449691b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ type EventMap = PubSubEvent<
157157
| 'init'
158158
| 'destroy'
159159
| 'backgroundImageReady'
160+
| 'select'
160161
| 'deselect'
161162
| 'lassoStart'
162163
| 'transitionStart'

0 commit comments

Comments
 (0)