mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-01-30 13:37:35 +00:00
Changed type of item for the TimelineEventPropertiesResult to the approperiate type
This commit is contained in:
parent
8058968995
commit
a01b03d0bb
2
types/vis/index.d.ts
vendored
2
types/vis/index.d.ts
vendored
@ -290,7 +290,7 @@ export interface TimelineEventPropertiesResult {
|
||||
/**
|
||||
* The id of the clicked item.
|
||||
*/
|
||||
item?: number | null;
|
||||
item?: IdType | null;
|
||||
|
||||
/**
|
||||
* Absolute horizontal position of the click event.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user