Merge pull request #23417 from Hayena/patch-1

Fix(VIS) Updated property to the correct type
This commit is contained in:
Ron Buckton
2018-02-07 15:12:03 -08:00
committed by GitHub
+1 -1
View File
@@ -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.