vis-timeline icon indicating copy to clipboard operation
vis-timeline copied to clipboard

setCustomTimeMarker doesn't exist in the typings

Open IncPlusPlus opened this issue 4 years ago • 2 comments

setCustomTimeMarker exists in the JS code but is not present in the typings.

My current workaround is to cast my Timeline to any. Calling the function through TypeScript looks like (timeline as any).setCustomTimeMarker().

IncPlusPlus avatar Oct 05 '21 21:10 IncPlusPlus

Can we fix it?

jonybekov avatar May 24 '23 13:05 jonybekov

a small pull request with a fix would be very welcome!

mojoaxel avatar Sep 02 '23 20:09 mojoaxel